aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2018-03-11 11:25:01 +0100
committerCharles A. Roelli2018-03-11 11:26:52 +0100
commit9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d (patch)
tree9318192eebe316374205299f64f64dd46cfc6a45
parent08aa6a0533c44771fb8c43771d806d3bf6ac3776 (diff)
downloademacs-9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d.tar.gz
emacs-9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d.zip
* lisp/simple.el (mark-whole-buffer): Clarify its behavior.
-rw-r--r--lisp/simple.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 60a00286f89..fa93cf87c7a 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1130,6 +1130,7 @@ the actual saved text might be different from what was killed."
1130 1130
1131(defun mark-whole-buffer () 1131(defun mark-whole-buffer ()
1132 "Put point at beginning and mark at end of buffer. 1132 "Put point at beginning and mark at end of buffer.
1133Also push mark at point before pushing mark at end of buffer.
1133If narrowing is in effect, only uses the accessible part of the buffer. 1134If narrowing is in effect, only uses the accessible part of the buffer.
1134You probably should not use this function in Lisp programs; 1135You probably should not use this function in Lisp programs;
1135it is usually a mistake for a Lisp function to use any subroutine 1136it is usually a mistake for a Lisp function to use any subroutine