# HG changeset patch # User Luc Teirlinck # Date 1149214159 0 # Node ID 2f86f394f7bce5a255089d208a33c217df8554d9 # Parent 12144c8b3b94317f7801e623d5e1d504c855705e (shell-mode): Use shell-mode-map in docstring. diff -r 12144c8b3b94 -r 2f86f394f7bc lisp/shell.el --- 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.\\ \\[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