aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 750b6467779..09af0704a38 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -2337,7 +2337,7 @@ from input that has not yet been sent."
2337 (message "Point is now at the process mark"))) 2337 (message "Point is now at the process mark")))
2338 2338
2339(defun comint-bol-or-process-mark () 2339(defun comint-bol-or-process-mark ()
2340 "Move point beginning of line (after prompt) or to the process mark. 2340 "Move point to beginning of line (after prompt) or to the process mark.
2341The first time you use this command, it moves to the beginning of the line 2341The first time you use this command, it moves to the beginning of the line
2342\(but after the prompt, if any). If you repeat it again immediately, 2342\(but after the prompt, if any). If you repeat it again immediately,
2343it moves point to the process mark. 2343it moves point to the process mark.