changeset 8267:79a07b5d938a

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 Jul 1994 21:31:43 +0000
parents 6c1351ac3462
children 3ff0307b8c0d
files lisp/shell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/shell.el	Sat Jul 16 21:31:11 1994 +0000
+++ b/lisp/shell.el	Sat Jul 16 21:31:43 1994 +0000
@@ -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