aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-07 23:01:54 +0000
committerLuc Teirlinck2005-04-07 23:01:54 +0000
commitb9747c5b5b2b4826c7279a217f4d132f85ed1359 (patch)
treec51af3fc445a9438242371baf4dc12d6dc9b5fb4
parent709bfdaf35d40abd64b93fd2d1f60dd374ac936a (diff)
downloademacs-b9747c5b5b2b4826c7279a217f4d132f85ed1359.tar.gz
emacs-b9747c5b5b2b4826c7279a217f4d132f85ed1359.zip
(comint-prompt-read-only): Doc 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 57281181ae9..73425710455 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -190,7 +190,7 @@ wish to put something like the following in your `.emacs' file:
190 (define-key comint-mode-map [C-S-backspace] 190 (define-key comint-mode-map [C-S-backspace]
191 'comint-kill-whole-line))) 191 'comint-kill-whole-line)))
192 192
193If you sometimes use comint-mode on text-only terminals or with `emacs-nw', 193If you sometimes use comint-mode on text-only terminals or with `emacs -nw',
194you might wish to use another binding for `comint-kill-whole-line'." 194you might wish to use another binding for `comint-kill-whole-line'."
195 :type 'boolean 195 :type 'boolean
196 :group 'comint 196 :group 'comint