aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/tips.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 3088decc1b2..017174f2edc 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -770,6 +770,15 @@ that satisfy the criterion.
770does not make a hyperlink to the documentation, irrelevant here, of the 770does not make a hyperlink to the documentation, irrelevant here, of the
771function @code{list}. 771function @code{list}.
772 772
773Alternatively, you could precede the symbol with @samp{\\+} to prevent
774marking it as a hyperlink. Example:
775
776@example
777If the value of KIND-OF-RESULT is \\+`list',
778this function returns a list of all the objects
779that satisfy the criterion.
780@end example
781
773Normally, no hyperlink is made for a variable without variable 782Normally, no hyperlink is made for a variable without variable
774documentation. You can force a hyperlink for such variables by 783documentation. You can force a hyperlink for such variables by
775preceding them with one of the words @samp{variable} or 784preceding them with one of the words @samp{variable} or