diff options
| author | Luc Teirlinck | 2005-04-07 23:01:54 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-04-07 23:01:54 +0000 |
| commit | b9747c5b5b2b4826c7279a217f4d132f85ed1359 (patch) | |
| tree | c51af3fc445a9438242371baf4dc12d6dc9b5fb4 | |
| parent | 709bfdaf35d40abd64b93fd2d1f60dd374ac936a (diff) | |
| download | emacs-b9747c5b5b2b4826c7279a217f4d132f85ed1359.tar.gz emacs-b9747c5b5b2b4826c7279a217f4d132f85ed1359.zip | |
(comint-prompt-read-only): Doc fix.
| -rw-r--r-- | lisp/comint.el | 2 |
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 | ||
| 193 | If you sometimes use comint-mode on text-only terminals or with `emacs-nw', | 193 | If you sometimes use comint-mode on text-only terminals or with `emacs -nw', |
| 194 | you might wish to use another binding for `comint-kill-whole-line'." | 194 | you might wish to use another binding for `comint-kill-whole-line'." |
| 195 | :type 'boolean | 195 | :type 'boolean |
| 196 | :group 'comint | 196 | :group 'comint |