summaryrefslogtreecommitdiff
path: root/devdocs/elisp/reading-a-password.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/reading-a-password.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/reading-a-password.html')
-rw-r--r--devdocs/elisp/reading-a-password.html10
1 files changed, 0 insertions, 10 deletions
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 @@
- <h3 class="section">Reading a Password</h3> <p>To read a password to pass to another program, you can use the function <code>read-passwd</code>. </p> <dl> <dt id="read-passwd">Function: <strong>read-passwd</strong> <em>prompt &amp;optional confirm default</em>
-</dt> <dd>
-<p>This function reads a password, prompting with <var>prompt</var>. It does not echo the password as the user types it; instead, it echoes ‘<samp>*</samp>’ for each character in the password. If you want to apply another character to hide the password, let-bind the variable <code>read-hide-char</code> with that character. </p> <p>The optional argument <var>confirm</var>, if non-<code>nil</code>, 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. </p> <p>The optional argument <var>default</var> specifies the default password to return if the user enters empty input. If <var>default</var> is <code>nil</code>, then <code>read-passwd</code> returns the null string in that case. </p>
-</dd>
-</dl><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Reading-a-Password.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Reading-a-Password.html</a>
- </p>
-</div>