changeset 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 12144c8b3b94
children def7385eb131
files lisp/shell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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