projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08aa6a0
)
* lisp/simple.el (mark-whole-buffer): Clarify its behavior.
author
Charles A. Roelli
<charles@aurox.ch>
Sun, 11 Mar 2018 10:25:01 +0000
(11:25 +0100)
committer
Charles A. Roelli
<charles@aurox.ch>
Sun, 11 Mar 2018 10:26:52 +0000
(11:26 +0100)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 60a00286f89758986981e17baa474ff6531647b3..fa93cf87c7aa3f3030d39c261a93920e87bce708 100644
(file)
--- 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