* lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
This commit is contained in:
parent
447f30f64b
commit
947cd66b96
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2011-11-15 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
|
||||
|
||||
* mail/rmailout.el (rmail-output-to-rmail-buffer):
|
||||
Handle empty buffers. (Bug#9978)
|
||||
|
||||
|
|
|
|||
|
|
@ -878,6 +878,7 @@ KILLFLAG is set if N was explicitly specified."
|
|||
|
||||
(defun mark-whole-buffer ()
|
||||
"Put point at beginning and 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
|
||||
that uses or sets the mark."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue