From: Richard M. Stallman Date: Sat, 4 Feb 1995 02:05:14 +0000 (+0000) Subject: Comment changes. X-Git-Tag: emacs-19.34~5201 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27b18eed0efa7ec64f7b3f30be0a5f893e0b8218;p=emacs.git Comment changes. --- 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.