changeset 24765:6c69a507d9bd

(comint-bol-or-process-mark): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Mon, 24 May 1999 06:45:49 +0000
parents ece1961bd955
children c15dcedcb81c
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Mon May 24 02:09:27 1999 +0000
+++ b/lisp/comint.el	Mon May 24 06:45:49 1999 +0000
@@ -2337,7 +2337,7 @@
     (message "Point is now at the process mark")))
 
 (defun comint-bol-or-process-mark ()
-  "Move point beginning of line (after prompt) or to the process mark.
+  "Move point to beginning of line (after prompt) or to the process mark.
 The first time you use this command, it moves to the beginning of the line
 \(but after the prompt, if any).  If you repeat it again immediately,
 it moves point to the process mark.