diff options
| author | Charles A. Roelli | 2018-03-11 11:25:01 +0100 |
|---|---|---|
| committer | Charles A. Roelli | 2018-03-11 11:26:52 +0100 |
| commit | 9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d (patch) | |
| tree | 9318192eebe316374205299f64f64dd46cfc6a45 | |
| parent | 08aa6a0533c44771fb8c43771d806d3bf6ac3776 (diff) | |
| download | emacs-9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d.tar.gz emacs-9bef4ef45732d2f2e2a917dcd5659fb1767a0e5d.zip | |
* lisp/simple.el (mark-whole-buffer): Clarify its behavior.
| -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 |