diff lisp/comint.el @ 15727:6c3657019286

(send-invisble): Comment fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 17 Jul 1996 21:09:42 +0000
parents 6f32894f4ad3
children 9e94b5fdaab1
line wrap: on
line diff
--- a/lisp/comint.el	Wed Jul 17 20:14:16 1996 +0000
+++ b/lisp/comint.el	Wed Jul 17 21:09:42 1996 +0000
@@ -1443,7 +1443,7 @@
 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")