summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-05-24 06:45:49 +0000
committerKarl Heuer <kwzh@gnu.org>1999-05-24 06:45:49 +0000
commit37dbcd5cf3ea4b2a09e361daff32f690de22534f (patch)
tree2ed06895fe0d66a61c03ff446c01f8c56ac75c05 /lisp
parent1e87edf5efd0e14403b9a778a0bbdc55cc1efb16 (diff)
downloademacs-37dbcd5cf3ea4b2a09e361daff32f690de22534f.tar.gz
emacs-37dbcd5cf3ea4b2a09e361daff32f690de22534f.tar.bz2
emacs-37dbcd5cf3ea4b2a09e361daff32f690de22534f.zip
(comint-bol-or-process-mark): Doc fix.
Diffstat (limited to 'lisp')
-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."
(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.