summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-16 21:31:43 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-16 21:31:43 +0000
commit5ccc116f49703fa2ef6c71173d4abd350d19bccd (patch)
treecf0be174f52a969a9e52b440e522bb535f937fef /lisp/shell.el
parent36285bcafb490a30e4379809e4d003dc2e1eba6f (diff)
downloademacs-5ccc116f49703fa2ef6c71173d4abd350d19bccd.tar.gz
Comment change.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 010af64ba1f..e5e023a52c3 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -71,8 +71,8 @@
;;; m-S comint-next-matching-input-from-input -"- matching input
;;; m-c-l comint-show-output Show last batch of process output
;;; return comint-send-input
-;;; c-a comint-bol Beginning of line; skip prompt
;;; c-d comint-delchar-or-maybe-eof Delete char unless at end of buff.
+;;; c-c c-a comint-bol Beginning of line; skip prompt
;;; c-c c-u comint-kill-input ^u
;;; c-c c-w backward-kill-word ^w
;;; c-c c-c comint-interrupt-subjob ^c