* lisp/simple.el (mark-whole-buffer): Clarify its behavior.

This commit is contained in:
Charles A. Roelli 2018-03-11 11:25:01 +01:00
parent 08aa6a0533
commit 9bef4ef457

View file

@ -1130,6 +1130,7 @@ the actual saved text might be different from what was killed."
(defun mark-whole-buffer ()
"Put point at beginning and mark at end of buffer.
Also push mark at point before pushing mark at end of buffer.
If narrowing is in effect, only uses the accessible part of the buffer.
You probably should not use this function in Lisp programs;
it is usually a mistake for a Lisp function to use any subroutine