mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/simple.el (mark-whole-buffer): Clarify its behavior.
This commit is contained in:
parent
08aa6a0533
commit
9bef4ef457
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue