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/variables.texi | |
parent | facf1bca12f4be8f6846f3073f76d524d15c7c41 (diff) | |
download | emacs-7baeca0c0e02d0c442b112573f9845b4a0cc38c0.tar.gz |
Reposition @anchor's.
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r-- | lispref/variables.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi index c395702a40a..1f793b8f03f 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -1,6 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, +@c 2000, 2003, 2004 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/variables @@ -260,8 +261,8 @@ These kinds of bindings work somewhat like ordinary local bindings, but they are localized depending on ``where'' you are in Emacs, rather than localized in time. -@anchor{Definition of max-specpdl-size} @defvar max-specpdl-size +@anchor{Definition of max-specpdl-size} @cindex variable limit error @cindex evaluation error @cindex infinite recursion |