aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-02-04 02:05:14 +0000
committerRichard M. Stallman1995-02-04 02:05:14 +0000
commit27b18eed0efa7ec64f7b3f30be0a5f893e0b8218 (patch)
tree7b7eee6677197d9c5928de129063ab87abcd7f2e
parent143e20ceb156a1ee51d59a2b75c99401c106d542 (diff)
downloademacs-27b18eed0efa7ec64f7b3f30be0a5f893e0b8218.tar.gz
emacs-27b18eed0efa7ec64f7b3f30be0a5f893e0b8218.zip
Comment changes.
-rw-r--r--lisp/shell.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index c4a3bd79d0f..517148fa7f3 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -66,9 +66,7 @@
66;;; m-p comint-previous-input Cycle backwards in input history 66;;; m-p comint-previous-input Cycle backwards in input history
67;;; m-n comint-next-input Cycle forwards 67;;; m-n comint-next-input Cycle forwards
68;;; m-r comint-previous-matching-input Previous input matching a regexp 68;;; m-r comint-previous-matching-input Previous input matching a regexp
69;;; m-R comint-previous-matching-input-from-input -"- matching input
70;;; m-s comint-next-matching-input Next input that matches 69;;; m-s comint-next-matching-input Next input that matches
71;;; m-S comint-next-matching-input-from-input -"- matching input
72;;; m-c-l comint-show-output Show last batch of process output 70;;; m-c-l comint-show-output Show last batch of process output
73;;; return comint-send-input 71;;; return comint-send-input
74;;; c-d comint-delchar-or-maybe-eof Delete char unless at end of buff. 72;;; c-d comint-delchar-or-maybe-eof Delete char unless at end of buff.