diff options
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index e77c2c1331b..e39d03e8cdc 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -2236,7 +2236,8 @@ filter and C-g is pressed, this function returns nil rather than a string). Note that the keystrokes comprising the text can still be recovered \(temporarily) with \\[view-lossage]. This may be a security bug for some -applications." +applications. See `clear-this-command-keys' and `lossage-size' for ways +to fix that." (declare (obsolete read-passwd "27.1")) (let ((ans "") (c 0) |