diff options
| author | Luc Teirlinck | 2004-01-03 16:47:05 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-01-03 16:47:05 +0000 |
| commit | 139c502d64390a25e52879048983f1f67bbeae18 (patch) | |
| tree | bdeb3ef61fa89af77bf3865841346ab6082fc17f | |
| parent | 73036a689feabfbd79075e481540e463ae4de2ce (diff) | |
| download | emacs-139c502d64390a25e52879048983f1f67bbeae18.tar.gz emacs-139c502d64390a25e52879048983f1f67bbeae18.zip | |
(Creating Symbols): Add anchor.
| -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 | |||
| 360 | @code{read}. | 360 | @code{read}. |
| 361 | @end defvar | 361 | @end defvar |
| 362 | 362 | ||
| 363 | @anchor{Definition of mapatoms} | ||
| 363 | @defun mapatoms function &optional obarray | 364 | @defun mapatoms function &optional obarray |
| 364 | This function calls @var{function} once with each symbol in the obarray | 365 | This function calls @var{function} once with each symbol in the obarray |
| 365 | @var{obarray}. Then it returns @code{nil}. If @var{obarray} is | 366 | @var{obarray}. Then it returns @code{nil}. If @var{obarray} is |