summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-02-04 02:05:14 +0000
committerRichard M. Stallman <rms@gnu.org>1995-02-04 02:05:14 +0000
commit121116cd3f0617f48b18deec2cbff8a786135a19 (patch)
treeadd0d3b7fc1447a53e4d73d6676e5ee61e4b7e38 /lisp/shell.el
parent9bab00e7c2ede7fd7a38bc4298cd27df7b1f7da5 (diff)
downloademacs-121116cd3f0617f48b18deec2cbff8a786135a19.tar.gz
Comment changes.
Diffstat (limited to 'lisp/shell.el')
-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 @@
;;; m-p comint-previous-input Cycle backwards in input history
;;; m-n comint-next-input Cycle forwards
;;; m-r comint-previous-matching-input Previous input matching a regexp
-;;; m-R comint-previous-matching-input-from-input -"- matching input
;;; m-s comint-next-matching-input Next input that matches
-;;; 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-d comint-delchar-or-maybe-eof Delete char unless at end of buff.