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/symbols.texi | |
parent | facf1bca12f4be8f6846f3073f76d524d15c7c41 (diff) | |
download | emacs-7baeca0c0e02d0c442b112573f9845b4a0cc38c0.tar.gz |
Reposition @anchor's.
Diffstat (limited to 'lispref/symbols.texi')
-rw-r--r-- | lispref/symbols.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/symbols.texi b/lispref/symbols.texi index 632f2cc5174..d6743898d6f 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.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, 1998, 1999 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2003 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/symbols @@ -360,8 +360,8 @@ This variable is the standard obarray for use by @code{intern} and @code{read}. @end defvar -@anchor{Definition of mapatoms} @defun mapatoms function &optional obarray +@anchor{Definition of mapatoms} This function calls @var{function} once with each symbol in the obarray @var{obarray}. Then it returns @code{nil}. If @var{obarray} is omitted, it defaults to the value of @code{obarray}, the standard |