aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-07-17 21:09:42 +0000
committerKarl Heuer1996-07-17 21:09:42 +0000
commitb3f1e86f933cb2e6edeee9dadb0c8958d80be5d0 (patch)
treeea1342f77f9b5031f5546e5aed2a37ce6b23cc04
parentc513a845e8387c6c2e1ecc34805fd6d80d4aef92 (diff)
downloademacs-b3f1e86f933cb2e6edeee9dadb0c8958d80be5d0.tar.gz
emacs-b3f1e86f933cb2e6edeee9dadb0c8958d80be5d0.zip
(send-invisble): Comment fix.
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index cc683d7d651..fd025e7b358 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -1443,7 +1443,7 @@ Then send it to the process running in the current buffer.
1443The string is sent using `comint-input-sender'. 1443The string is sent using `comint-input-sender'.
1444Security bug: your string can still be temporarily recovered with 1444Security bug: your string can still be temporarily recovered with
1445\\[view-lossage]." 1445\\[view-lossage]."
1446 (interactive "P") ; Defeat snooping via C-x esc 1446 (interactive "P") ; Defeat snooping via C-x ESC ESC
1447 (let ((proc (get-buffer-process (current-buffer)))) 1447 (let ((proc (get-buffer-process (current-buffer))))
1448 (if (not proc) 1448 (if (not proc)
1449 (error "Current buffer has no process") 1449 (error "Current buffer has no process")