mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
Merge from origin/emacs-27
fc83f37951
Fix initialization of 'while-no-input-ignore-events'8f603da44c
Update documentation of reading passwords
This commit is contained in:
commit
7c3ec4ef35
@ -800,6 +800,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
|
||||
@ -810,7 +811,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
|
||||
|
@ -12380,8 +12380,6 @@ syms_of_keyboard_for_pdumper (void)
|
||||
eassert (initial_kboard == NULL);
|
||||
initial_kboard = allocate_kboard (Qt);
|
||||
|
||||
Vwhile_no_input_ignore_events = Qnil;
|
||||
|
||||
inhibit_record_char = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user