diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/backups.texi | 4 |
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} | |||
| 719 | implementation. | 719 | implementation. |
| 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 |
| 724 | while it is working. | 724 | while 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 | |||
| 852 | as a consequence of auto-reverting. Of course, moving point might be | 852 | as a consequence of auto-reverting. Of course, moving point might be |
| 853 | inevitable if the buffer radically changes. | 853 | inevitable 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 |
| 857 | while it is working. This can be used by major mode | 857 | while 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 |