emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9bef4ef: * lisp/simple.el (mark-whole-buffer): Clar


From: Charles A. Roelli
Subject: [Emacs-diffs] master 9bef4ef: * lisp/simple.el (mark-whole-buffer): Clarify its behavior.
Date: Sun, 11 Mar 2018 06:17:10 -0400 (EDT)

branch: master
commit 9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * lisp/simple.el (mark-whole-buffer): Clarify its behavior.
---
 lisp/simple.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/simple.el b/lisp/simple.el
index 60a0028..fa93cf8 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]