summaryrefslogtreecommitdiff
path: root/doc/lispref/backups.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-04 14:04:12 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-04 14:04:12 -0800
commit8f05da4228e926b5530509c73f2d36467e4c4904 (patch)
tree71454257af3f76649201d09a63b7f027c9fd9d4c /doc/lispref/backups.texi
parent7aa5aad87e3fcf57cfa5bacc38630048b9fc0295 (diff)
downloademacs-8f05da4228e926b5530509c73f2d36467e4c4904.tar.gz
Document revert-buffer-in-progress-p
* doc/lispref/backups.texi (Reverting): Mention revert-buffer-in-progress-p. * lisp/files.el (revert-buffer): Doc fix (mention revert-buffer-in-progress-p). * etc/NEWS: Related markup.
Diffstat (limited to 'doc/lispref/backups.texi')
-rw-r--r--doc/lispref/backups.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi
index 969220845d0..a4b3a0b9bef 100644
--- a/doc/lispref/backups.texi
+++ b/doc/lispref/backups.texi
@@ -696,6 +696,9 @@ operation, reverting preserves all the markers. If they are not
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
+non-@code{nil} value while it operates.
@end deffn
You can customize how @code{revert-buffer} does its work by setting