emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select 064037f 050/218: * lisp/simple.el (mar


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 064037f 050/218: * lisp/simple.el (mark-whole-buffer): Clarify its behavior.
Date: Fri, 14 Dec 2018 03:34:54 -0500 (EST)

branch: feature/gnus-select
commit 064037f1e11c0c61b564d3d6d78b707205eaaa84
Author: Charles A. Roelli <address@hidden>
Commit: Andrew G Cohen <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]