; * eat.texi (Password Input): Fix command name
This commit is contained in:
parent
918aaa3593
commit
25989bf714
1 changed files with 2 additions and 2 deletions
4
eat.texi
4
eat.texi
|
@ -461,11 +461,11 @@ By default, every keystroke gets recorded in the lossage, which can be
|
||||||
seen by pressing @kbd{C-h l}. This is actually a good thing, unless
|
seen by pressing @kbd{C-h l}. This is actually a good thing, unless
|
||||||
you're inputting password.
|
you're inputting password.
|
||||||
|
|
||||||
@findex eat-send-command
|
@findex eat-send-password
|
||||||
Emacs doesn't record keystrokes when a password is read from the
|
Emacs doesn't record keystrokes when a password is read from the
|
||||||
minibuffer. However, when the password prompt is in the terminal, the
|
minibuffer. However, when the password prompt is in the terminal, the
|
||||||
keys you use to type in your password gets recorded. To prevent this
|
keys you use to type in your password gets recorded. To prevent this
|
||||||
from happening, you can use the command @command{eat-send-command},
|
from happening, you can use the command @command{eat-send-password},
|
||||||
it'll read password from the minibuffer and send it. Since the
|
it'll read password from the minibuffer and send it. Since the
|
||||||
password is read from the minibuffer, it's not recorded.
|
password is read from the minibuffer, it's not recorded.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue