mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
(shell-mode): Use shell-mode-map in docstring.
This commit is contained in:
parent
4c7d938d85
commit
933907e9fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user