diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-03 16:47:05 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-03 16:47:05 +0000 |
commit | 139c502d64390a25e52879048983f1f67bbeae18 (patch) | |
tree | bdeb3ef61fa89af77bf3865841346ab6082fc17f /lispref/symbols.texi | |
parent | 73036a689feabfbd79075e481540e463ae4de2ce (diff) | |
download | emacs-139c502d64390a25e52879048983f1f67bbeae18.tar.gz |
(Creating Symbols): Add anchor.
Diffstat (limited to 'lispref/symbols.texi')
-rw-r--r-- | lispref/symbols.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/symbols.texi b/lispref/symbols.texi index 6cde2115259..632f2cc5174 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.texi @@ -360,6 +360,7 @@ 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 This function calls @var{function} once with each symbol in the obarray @var{obarray}. Then it returns @code{nil}. If @var{obarray} is |