summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-06-02 02:09:19 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-06-02 02:09:19 +0000
commit4aa2589206516f2b1e10c31a468b82cb5204b323 (patch)
treeee9136f332e29ab4a730a8455a5dbfb8e9dc8c62 /lisp/shell.el
parente69dc63666b766d1d5f4a1f1bd48fd08717a9f9e (diff)
downloademacs-4aa2589206516f2b1e10c31a468b82cb5204b323.tar.gz
(shell-mode): Use shell-mode-map in docstring.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 6e87ba41d37..6b22ac79238 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -367,7 +367,7 @@ Thus, this does not include the shell's current directory.")
(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