]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (mark-whole-buffer): Clarify its behavior.
authorCharles A. Roelli <charles@aurox.ch>
Sun, 11 Mar 2018 10:25:01 +0000 (11:25 +0100)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:03 +0000 (14:15 +0800)
lisp/simple.el

index 60a00286f89758986981e17baa474ff6531647b3..fa93cf87c7aa3f3030d39c261a93920e87bce708 100644 (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