Mercurial > emacs
diff lisp/shell.el @ 71144:2f86f394f7bc
(shell-mode): Use shell-mode-map in docstring.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Fri, 02 Jun 2006 02:09:19 +0000 |
| parents | b7a7287f9052 |
| children | dd41b3cb7611 a8190f7e546e |
line wrap: on
line diff
--- a/lisp/shell.el Fri Jun 02 02:07:11 2006 +0000 +++ b/lisp/shell.el Fri Jun 02 02:09:19 2006 +0000 @@ -367,7 +367,7 @@ (put 'shell-mode 'mode-class 'special) (define-derived-mode shell-mode comint-mode "Shell" - "Major mode for interacting with an inferior shell. + "Major mode for interacting with an inferior shell.\\<shell-mode-map> \\[comint-send-input] after the end of the process' output sends the text from the end of process to the end of the current line. \\[comint-send-input] before end of process output copies the current line minus the prompt to
