diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-03 16:45:33 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-01-03 16:45:33 +0000 |
commit | 73036a689feabfbd79075e481540e463ae4de2ce (patch) | |
tree | 142fa219d5fa20c17b28b1fde545b67ebe76c561 /lispref/help.texi | |
parent | fb77c315e307eda13c1ec930531e31b68bdd1585 (diff) | |
download | emacs-73036a689feabfbd79075e481540e463ae4de2ce.tar.gz |
(Accessing Documentation): Add anchor.
Diffstat (limited to 'lispref/help.texi')
-rw-r--r-- | lispref/help.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/help.texi b/lispref/help.texi index 343ffb66078..dc14b0226b5 100644 --- a/lispref/help.texi +++ b/lispref/help.texi @@ -156,6 +156,7 @@ Here is an example of using the two functions, @code{documentation} and @code{documentation-property}, to display the documentation strings for several symbols in a @samp{*Help*} buffer. +@anchor{describe-symbols example} @smallexample @group (defun describe-symbols (pattern) |