aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
741 741
742If a symbol has a function definition and/or a variable definition, but 742If a symbol has a function definition and/or a variable definition, but
743those are irrelevant to the use of the symbol that you are documenting, 743those are irrelevant to the use of the symbol that you are documenting,
744you can write the word @samp{symbol} before the symbol name to prevent 744you can write the words @samp{symbol} or @samp{program} before the
745making any hyperlink. For example, 745symbol name to prevent making any hyperlink. For example,
746 746
747@example 747@example
748If the argument KIND-OF-RESULT is the symbol `list', 748If the argument KIND-OF-RESULT is the symbol `list',