diff options
| -rw-r--r-- | lisp/simple.el | 1 |
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. |
| 1133 | Also push mark at point before pushing mark at end of buffer. | ||
| 1133 | If narrowing is in effect, only uses the accessible part of the buffer. | 1134 | If narrowing is in effect, only uses the accessible part of the buffer. |
| 1134 | You probably should not use this function in Lisp programs; | 1135 | You probably should not use this function in Lisp programs; |
| 1135 | it is usually a mistake for a Lisp function to use any subroutine | 1136 | it is usually a mistake for a Lisp function to use any subroutine |