changeset 61368:015e8d66f6a0

(comint-prompt-read-only): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 07 Apr 2005 23:01:54 +0000
parents 37698c743780
children c63c2b35a8c2
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Thu Apr 07 22:58:29 2005 +0000
+++ b/lisp/comint.el	Thu Apr 07 23:01:54 2005 +0000
@@ -190,7 +190,7 @@
 	    (define-key comint-mode-map [C-S-backspace]
 	      'comint-kill-whole-line)))
 
-If you sometimes use comint-mode on text-only terminals or with `emacs-nw',
+If you sometimes use comint-mode on text-only terminals or with `emacs -nw',
 you might wish to use another binding for `comint-kill-whole-line'."
   :type 'boolean
   :group 'comint