aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorMichael Albinus2025-08-09 14:21:23 +0200
committerMichael Albinus2025-08-09 14:21:23 +0200
commit1fc4bb1fead205e425f69fa803a71f4e446d48a8 (patch)
tree1260132fdf27f7de2ed77daa0e79cc1ae31a00b8 /doc/lispref
parent5c8234e3e755141ede16adbd76ad74f5b673bfd3 (diff)
downloademacs-1fc4bb1fead205e425f69fa803a71f4e446d48a8.tar.gz
emacs-1fc4bb1fead205e425f69fa803a71f4e446d48a8.zip
Rename variables *-in-progress-p to *-in-progress
* doc/lispref/backups.texi (Reverting): Fix variable names revert-buffer-in-progress and auto-revert-buffer-in-progress. * etc/NEWS: Fix variable names revert-buffer-in-progress and auto-revert-buffer-in-progress. Presentational fixes and improvements. * lisp/autorevert.el (auto-revert-buffer-in-progress): Rename. (auto-revert-handler, auto-revert-buffer): Use renamed variables. * lisp/dired-x.el (dired-omit-expunge): Use `auto-revert-buffer-in-progress'. * lisp/files.el (revert-buffer-in-progress): Rename. (revert-buffer-in-progress-p): Declare obsolete. (after-find-file, revert-buffer): * lisp/saveplace.el (save-place-find-file-hook) (save-place-dired-hook): * lisp/vc/vc-git.el (vc-git-command, vc-git--out-ok): * lisp/vc/vc.el (vc-diff-internal): Use `revert-buffer-in-progress'. * lisp/net/tramp-sh.el (tramp-sh-handle-vc-registered): Suppress warning.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/backups.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi
index a1df26230aa..9e262346edb 100644
--- a/doc/lispref/backups.texi
+++ b/doc/lispref/backups.texi
@@ -719,7 +719,7 @@ preserved, but this is up to the specific @code{revert-buffer-function}
719implementation. 719implementation.
720@end deffn 720@end deffn
721 721
722@defvar revert-buffer-in-progress-p 722@defvar revert-buffer-in-progress
723@code{revert-buffer} binds this variable to a non-@code{nil} value 723@code{revert-buffer} binds this variable to a non-@code{nil} value
724while it is working. 724while it is working.
725@end defvar 725@end defvar
@@ -852,7 +852,7 @@ It is important to assure that point does not continuously jump around
852as a consequence of auto-reverting. Of course, moving point might be 852as a consequence of auto-reverting. Of course, moving point might be
853inevitable if the buffer radically changes. 853inevitable if the buffer radically changes.
854 854
855@defvar auto-revert-buffer-in-progress-p 855@defvar auto-revert-buffer-in-progress
856@code{auto-revert-buffer} binds this variable to a non-@code{nil} value 856@code{auto-revert-buffer} binds this variable to a non-@code{nil} value
857while it is working. This can be used by major mode 857while it is working. This can be used by major mode
858@code{revert-buffer-function} implementations to suppress messages in 858@code{revert-buffer-function} implementations to suppress messages in