diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-05-24 06:45:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-05-24 06:45:49 +0000 |
commit | 37dbcd5cf3ea4b2a09e361daff32f690de22534f (patch) | |
tree | 2ed06895fe0d66a61c03ff446c01f8c56ac75c05 /lisp | |
parent | 1e87edf5efd0e14403b9a778a0bbdc55cc1efb16 (diff) | |
download | emacs-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.el | 2 |
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. |