]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment changes.
authorRichard M. Stallman <rms@gnu.org>
Sat, 4 Feb 1995 02:05:14 +0000 (02:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 4 Feb 1995 02:05:14 +0000 (02:05 +0000)
lisp/shell.el

index c4a3bd79d0fa560a0c00d97549e79c3d8b272a35..517148fa7f333a5c35367d07fe66f02a23c87c8d 100644 (file)
@@ -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.