diff options
| author | Luc Teirlinck | 2004-06-15 21:09:29 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-06-15 21:09:29 +0000 |
| commit | 889f020e42532f4cb1971fd3775531a83040dd39 (patch) | |
| tree | ca568c4d695764fa12a46bb46a1367d23557902f | |
| parent | 750ef9c42503f7eeea88d031b7d253b42f83bfa8 (diff) | |
| download | emacs-889f020e42532f4cb1971fd3775531a83040dd39.tar.gz emacs-889f020e42532f4cb1971fd3775531a83040dd39.zip | |
(Reverting): Add anchor.
| -rw-r--r-- | lispref/backups.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index 89edc6d99cf..d4ef8032ad9 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi | |||
| @@ -712,6 +712,7 @@ reverts the file without asking the user for confirmation. | |||
| 712 | Some major modes customize @code{revert-buffer} by making | 712 | Some major modes customize @code{revert-buffer} by making |
| 713 | buffer-local bindings for these variables: | 713 | buffer-local bindings for these variables: |
| 714 | 714 | ||
| 715 | @anchor{Definition of revert-buffer-function} | ||
| 715 | @defvar revert-buffer-function | 716 | @defvar revert-buffer-function |
| 716 | The value of this variable is the function to use to revert this | 717 | The value of this variable is the function to use to revert this |
| 717 | buffer. If non-@code{nil}, it should be a function with two optional | 718 | buffer. If non-@code{nil}, it should be a function with two optional |