]> git.eshelyaron.com Git - emacs.git/commitdiff
Update documentation of reading passwords
authorEli Zaretskii <eliz@gnu.org>
Thu, 4 Mar 2021 13:30:10 +0000 (15:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 4 Mar 2021 13:30:10 +0000 (15:30 +0200)
* doc/emacs/mini.texi (Passwords): Update to match the modified
implementation.  (Bug#46902)  Add indexing.

doc/emacs/mini.texi

index 4b3f15650c776a28af557eea2df25b61459204a8..af9a84072ccf466c52987e1dc92238ee6edc390b 100644 (file)
@@ -785,6 +785,7 @@ can re-execute a command by calling @code{eval} with the
 
 @node Passwords
 @section Entering passwords
+@cindex entering passwords
 
 Sometimes, you may need to enter a password into Emacs.  For instance,
 when you tell Emacs to visit a file on another machine via a network
@@ -795,7 +796,7 @@ access to the machine (@pxref{Remote Files}).
 displays a prompt in the echo area (such as @samp{Password: }); after
 you type the required password, press @key{RET} to submit it.  To
 prevent others from seeing your password, every character you type is
-displayed as a dot (@samp{.}) instead of its usual form.
+displayed as an asterisk (@samp{*}) instead of its usual form.
 
   Most of the features and commands associated with the minibuffer
 @emph{cannot} be used when entering a password.  There is no history