From: Luc Teirlinck Date: Fri, 2 Jun 2006 02:09:19 +0000 (+0000) Subject: (shell-mode): Use shell-mode-map in docstring. X-Git-Tag: emacs-pretest-22.0.90~2134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=933907e9fa3a240eac97c9768447d0b2adc7874e;p=emacs.git (shell-mode): Use shell-mode-map in docstring. --- 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.\\ \\[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