aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-07-17 21:09:42 +0000
committerKarl Heuer <[email protected]>1996-07-17 21:09:42 +0000
commitb3f1e86f933cb2e6edeee9dadb0c8958d80be5d0 (patch)
treeea1342f77f9b5031f5546e5aed2a37ce6b23cc04 /lisp/comint.el
parentc513a845e8387c6c2e1ecc34805fd6d80d4aef92 (diff)
(send-invisble): Comment fix.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index cc683d7d65..fd025e7b35 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -1443,7 +1443,7 @@ Then send it to the process running in the current buffer.
The string is sent using `comint-input-sender'.
Security bug: your string can still be temporarily recovered with
\\[view-lossage]."
- (interactive "P") ; Defeat snooping via C-x esc
+ (interactive "P") ; Defeat snooping via C-x ESC ESC
(let ((proc (get-buffer-process (current-buffer))))
(if (not proc)
(error "Current buffer has no process")