emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106378: * lisp/simple.el (mark-whole


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106378: * lisp/simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
Date: Mon, 14 Nov 2011 19:38:10 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106378
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-14 19:38:10 -0500
message:
  * lisp/simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-15 00:34:01 +0000
+++ b/lisp/ChangeLog    2011-11-15 00:38:10 +0000
@@ -1,5 +1,7 @@
 2011-11-15  Glenn Morris  <address@hidden>
 
+       * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
+
        * mail/rmailout.el (rmail-output-to-rmail-buffer):
        Handle empty buffers.  (Bug#9978)
 

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2011-11-14 23:59:56 +0000
+++ b/lisp/simple.el    2011-11-15 00:38:10 +0000
@@ -878,6 +878,7 @@
 
 (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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]