changeset 15727:6c3657019286

(send-invisble): Comment fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 17 Jul 1996 21:09:42 +0000
parents 8c7e66043faf
children fb60ef923bb5
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")