summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2006-03-20 01:33:19 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2006-03-20 01:33:19 +0000
commit7f681212ff55d38ddba4eab6311d9df4bf82d297 (patch)
tree1119a524e933e69493fbad8759d960422b745395 /lispref
parentfe3dca59a11fe6d1199a13fe36813656924cebd7 (diff)
downloademacs-7f681212ff55d38ddba4eab6311d9df4bf82d297.tar.gz
(Documentation Tips): One can now also write `program' in front of a
quoted symbol in a docstring to prevent making a hyperlink.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/tips.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi
index 07689b4c9a4..8b033139275 100644
--- a/lispref/tips.texi
+++ b/lispref/tips.texi
@@ -741,8 +741,8 @@ then the hyperlink will refer only to the variable documentation of
If a symbol has a function definition and/or a variable definition, but
those are irrelevant to the use of the symbol that you are documenting,
-you can write the word @samp{symbol} before the symbol name to prevent
-making any hyperlink. For example,
+you can write the words @samp{symbol} or @samp{program} before the
+symbol name to prevent making any hyperlink. For example,
@example
If the argument KIND-OF-RESULT is the symbol `list',