]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-prompt-read-only): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 7 Apr 2005 23:01:54 +0000 (23:01 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 7 Apr 2005 23:01:54 +0000 (23:01 +0000)
lisp/comint.el

index 57281181ae98f4e91c537552dc9c81f07d7a595c..73425710455040fa548133201f15d275f069bc2c 100644 (file)
@@ -190,7 +190,7 @@ wish to put something like the following in your `.emacs' file:
            (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