[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 de54d922b5c 1/2: * doc/emacs/mini.texi (Passwords): Mention pas
From: |
Michael Albinus |
Subject: |
emacs-30 de54d922b5c 1/2: * doc/emacs/mini.texi (Passwords): Mention password visibility. |
Date: |
Sun, 13 Oct 2024 10:03:32 -0400 (EDT) |
branch: emacs-30
commit de54d922b5c239a474adb41c84ea316b266f1838
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>
* doc/emacs/mini.texi (Passwords): Mention password visibility.
---
doc/emacs/mini.texi | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index a6d2a17ed50..3be9b76ad88 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -970,10 +970,14 @@ action with Emacs until you have submitted the password.
backwards, removing the last character entered. @kbd{C-u} deletes
everything you have typed so far. @kbd{C-g} quits the password prompt
(@pxref{Quitting}). @kbd{C-y} inserts the current kill into the
-password (@pxref{Killing}). You may type either @key{RET} or
-@key{ESC} to submit the password. Any other self-inserting character
-key inserts the associated character into the password, and all other
-input is ignored.
+password (@pxref{Killing}). @key{TAB} toggles the visibility of the
+password. You may type either @key{RET} or @key{ESC} to submit the
+password. Any other self-inserting character key inserts the associated
+character into the password, and all other input is ignored.
+
+ There is also an icon at the front of the mode line indicating the
+password visibility. Clicking @kbd{mouse-1} on it toggles the password
+visibility as well.
@node Yes or No Prompts
@section Yes or No Prompts
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 de54d922b5c 1/2: * doc/emacs/mini.texi (Passwords): Mention password visibility.,
Michael Albinus <=