aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorLuc Teirlinck2006-06-02 02:09:19 +0000
committerLuc Teirlinck2006-06-02 02:09:19 +0000
commit933907e9fa3a240eac97c9768447d0b2adc7874e (patch)
tree30e7f856600c1a706bbf828475266b20c1df6529 /lisp/shell.el
parent4c7d938d858907da4708b4fafe52e1c0fc5e6975 (diff)
downloademacs-933907e9fa3a240eac97c9768447d0b2adc7874e.tar.gz
emacs-933907e9fa3a240eac97c9768447d0b2adc7874e.zip
(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.")
367(put 'shell-mode 'mode-class 'special) 367(put 'shell-mode 'mode-class 'special)
368 368
369(define-derived-mode shell-mode comint-mode "Shell" 369(define-derived-mode shell-mode comint-mode "Shell"
370 "Major mode for interacting with an inferior shell. 370 "Major mode for interacting with an inferior shell.\\<shell-mode-map>
371\\[comint-send-input] after the end of the process' output sends the text from 371\\[comint-send-input] after the end of the process' output sends the text from
372 the end of process to the end of the current line. 372 the end of process to the end of the current line.
373\\[comint-send-input] before end of process output copies the current line minus the prompt to 373\\[comint-send-input] before end of process output copies the current line minus the prompt to