From 7f681212ff55d38ddba4eab6311d9df4bf82d297 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 20 Mar 2006 01:33:19 +0000 Subject: [PATCH] (Documentation Tips): One can now also write `program' in front of a quoted symbol in a docstring to prevent making a hyperlink. --- lispref/tips.texi | 4 ++-- 1 file 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', -- 2.39.2