diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-23 16:40:04 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-23 16:40:04 +0000 |
commit | 7baeca0c0e02d0c442b112573f9845b4a0cc38c0 (patch) | |
tree | 7d23c0b66dd6f8dee440ef98562a8b6e5ce689ec /lispref/backups.texi | |
parent | facf1bca12f4be8f6846f3073f76d524d15c7c41 (diff) | |
download | emacs-7baeca0c0e02d0c442b112573f9845b4a0cc38c0.tar.gz |
Reposition @anchor's.
Diffstat (limited to 'lispref/backups.texi')
-rw-r--r-- | lispref/backups.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index d4ef8032ad9..52cb86dea88 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2004 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/backups @@ -712,8 +712,8 @@ reverts the file without asking the user for confirmation. Some major modes customize @code{revert-buffer} by making buffer-local bindings for these variables: -@anchor{Definition of revert-buffer-function} @defvar revert-buffer-function +@anchor{Definition of revert-buffer-function} The value of this variable is the function to use to revert this buffer. If non-@code{nil}, it should be a function with two optional arguments to do the work of reverting. The two optional arguments, |