unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *)
@ 2021-03-03 17:13 tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-04 10:20 ` bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) [PATCH] tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-04 13:31 ` bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-03-03 17:13 UTC (permalink / raw)
  To: 46902

Hi, 

I read GNU Emacs Manual and found the section Entering passwords says 
"every character you type is displayed as a dot (@samp{.})”.

After Emacs 27.1 read-passwd uses ‘*’ so I think this needs update.

file: doc/emacs/mini.texi

--
tsuucat




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) [PATCH]
  2021-03-03 17:13 bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-03-04 10:20 ` tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-04 13:31 ` bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-03-04 10:20 UTC (permalink / raw)
  To: 46902

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]


> Hi, 
> 
> I read GNU Emacs Manual and found the section Entering passwords says 
> "every character you type is displayed as a dot (@samp{.})”.
> 
> After Emacs 27.1 read-passwd uses ‘*’ so I think this needs update.
> 
> file: doc/emacs/mini.texi

I made a patch.

FYI commit b3f7e73 updated doc/lispref/minibuf.texi but didn’t update doc/emacs/mini.texi.

Thanks.

--
tsuucat


[-- Attachment #2: 0001-doc-emacs-mini.texi-Entering-passwords-Update-manual.patch --]
[-- Type: application/octet-stream, Size: 989 bytes --]

From c9ba0c59b59383d03fe6befd7ba3cfb4e84534a9 Mon Sep 17 00:00:00 2001
From: Masahiro Nakamura <tsuucat@icloud.com>
Date: Thu, 4 Mar 2021 19:08:18 +0900
Subject: [PATCH] * doc/emacs/mini.texi (Entering passwords): Update manual

---
 doc/emacs/mini.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 4b3f15650c..8662954e2e 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -795,7 +795,7 @@ Passwords
 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 a 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
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *)
  2021-03-03 17:13 bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-03-04 10:20 ` bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) [PATCH] tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-03-04 13:31 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2021-03-04 13:31 UTC (permalink / raw)
  To: tsuucat; +Cc: 46902-done

> Date: Thu, 4 Mar 2021 02:13:24 +0900
> From:  tsuucat via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> I read GNU Emacs Manual and found the section Entering passwords says 
> "every character you type is displayed as a dot (@samp{.})”.
> 
> After Emacs 27.1 read-passwd uses ‘*’ so I think this needs update.
> 
> file: doc/emacs/mini.texi

Thanks, fixed for the upcoming Emacs 27.2.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-04 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03 17:13 bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-03-04 10:20 ` bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) [PATCH] tsuucat via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-03-04 13:31 ` bug#46902: 27.1; Entering passwords in Emacs Manual needs update (dot -> *) Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).