* lisp/simple.el (mark-whole-buffer): Clarify its behavior.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user