From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/reading-a-password.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 devdocs/elisp/reading-a-password.html (limited to 'devdocs/elisp/reading-a-password.html') diff --git a/devdocs/elisp/reading-a-password.html b/devdocs/elisp/reading-a-password.html deleted file mode 100644 index 6ed773fb..00000000 --- a/devdocs/elisp/reading-a-password.html +++ /dev/null @@ -1,10 +0,0 @@ -

Reading a Password

To read a password to pass to another program, you can use the function read-passwd.

Function: read-passwd prompt &optional confirm default -
-

This function reads a password, prompting with prompt. It does not echo the password as the user types it; instead, it echoes ‘*’ for each character in the password. If you want to apply another character to hide the password, let-bind the variable read-hide-char with that character.

The optional argument confirm, if non-nil, says to read the password twice and insist it must be the same both times. If it isn’t the same, the user has to type it over and over until the last two times match.

The optional argument default specifies the default password to return if the user enters empty input. If default is nil, then read-passwd returns the null string in that case.

-
-
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Reading-a-Password.html -

-
-- cgit v1.2.3