]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-mode): Use shell-mode-map in docstring.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 2 Jun 2006 02:09:19 +0000 (02:09 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 2 Jun 2006 02:09:19 +0000 (02:09 +0000)
lisp/shell.el

index 6e87ba41d3787b3365e8a3959906f8c4c9057ee8..6b22ac792388efe026ed62a7b496c149d093eb52 100644 (file)
@@ -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