[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107478: Tiny change for lispref "Rev
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107478: Tiny change for lispref "Reverting" |
Date: |
Thu, 01 Mar 2012 22:00:15 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107478
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-03-01 22:00:15 -0500
message:
Tiny change for lispref "Reverting"
* doc/lispref/backups.texi (Reverting):
Un-duplicate revert-buffer-in-progress-p, and relocate entry.
Mention buffer-stale-function.
* doc/emacs/arevert-xtra.texi: Comment.
modified:
doc/emacs/arevert-xtra.texi
doc/lispref/ChangeLog
doc/lispref/backups.texi
=== modified file 'doc/emacs/arevert-xtra.texi'
--- a/doc/emacs/arevert-xtra.texi 2012-01-19 07:21:25 +0000
+++ b/doc/emacs/arevert-xtra.texi 2012-03-02 03:00:15 +0000
@@ -1,5 +1,5 @@
@c This is part of the Emacs manual.
address@hidden Copyright (C) 2004-2012 Free Software Foundation, Inc.
address@hidden Copyright (C) 2004-2012 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@c
@c This file is included either in emacs-xtra.texi (when producing the
@@ -96,6 +96,7 @@
arguments to list only some of the files. @samp{*Find*} and
@samp{*Locate*} buffers do not auto-revert either.
address@hidden FIXME? This should be in the elisp manual?
@node Supporting additional buffers
@subsection Adding Support for Auto-Reverting additional Buffers.
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-03-02 02:54:47 +0000
+++ b/doc/lispref/ChangeLog 2012-03-02 03:00:15 +0000
@@ -1,5 +1,8 @@
2012-03-02 Glenn Morris <address@hidden>
+ * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
+ and relocate entry. Mention buffer-stale-function.
+
* elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
* hooks.texi (Standard Hooks): General update.
=== modified file 'doc/lispref/backups.texi'
--- a/doc/lispref/backups.texi 2012-02-25 09:32:33 +0000
+++ b/doc/lispref/backups.texi 2012-03-02 03:00:15 +0000
@@ -699,11 +699,13 @@
identical, reverting does change the buffer; in that case, it preserves
the markers in the unchanged text (if any) at the beginning and end of
the buffer. Preserving any additional markers would be problematical.
-
-This command binds @code{revert-buffer-in-progress-p} to a
address@hidden value while it operates.
@end deffn
address@hidden revert-buffer-in-progress-p
address@hidden binds this variable to a address@hidden value
+while it is working.
address@hidden defvar
+
You can customize how @code{revert-buffer} does its work by setting
the variables described in the rest of this section.
@@ -758,7 +760,15 @@
@code{nil}.
@end defvar
address@hidden revert-buffer-in-progress-p
-This variable is bound to a address@hidden value by
address@hidden while it is working.
address@hidden FIXME? Move this section from arevert-xtra to here?
address@hidden buffer-stale-function
+The value of this variable, if address@hidden, specifies a function
+to call to check whether a non-file buffer needs reverting
address@hidden
+(@pxref{Supporting additional buffers,,, emacs-xtra, Specialized Emacs
Features}).
address@hidden iftex
address@hidden
+(@pxref{Supporting additional buffers,,, emacs}).
address@hidden ifnottex
@end defvar
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107478: Tiny change for lispref "Reverting",
Glenn Morris <=