aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/minibuf.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 889b64af8ae..d091787a680 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -2199,7 +2199,7 @@ function @code{read-passwd}.
2199@defun read-passwd prompt &optional confirm default 2199@defun read-passwd prompt &optional confirm default
2200This function reads a password, prompting with @var{prompt}. It does 2200This function reads a password, prompting with @var{prompt}. It does
2201not echo the password as the user types it; instead, it echoes 2201not echo the password as the user types it; instead, it echoes
2202@samp{.} for each character in the password. If you want to apply 2202@samp{*} for each character in the password. If you want to apply
2203another character to hide the password, let-bind the variable 2203another character to hide the password, let-bind the variable
2204@code{read-hide-char} with that character. 2204@code{read-hide-char} with that character.
2205 2205