]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-bol-or-process-mark): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Mon, 24 May 1999 06:45:49 +0000 (06:45 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 24 May 1999 06:45:49 +0000 (06:45 +0000)
lisp/comint.el

index 750b6467779e2e178c516fe9233d86b6776475d6..09af0704a38e11b0da43716d5deb53a2abff908f 100644 (file)
@@ -2337,7 +2337,7 @@ from input that has not yet been sent."
     (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.