# HG changeset patch # User Karl Heuer # Date 927528349 0 # Node ID 6c69a507d9bd6b10a422b9b8a6ede8acbad6828e # Parent ece1961bd955c07324748c026a1ea95e3bcef0e2 (comint-bol-or-process-mark): Doc fix. diff -r ece1961bd955 -r 6c69a507d9bd lisp/comint.el --- 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.