aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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