From: Luc Teirlinck Date: Mon, 20 Mar 2006 01:33:19 +0000 (+0000) Subject: (Documentation Tips): One can now also write `program' in front of a X-Git-Tag: emacs-pretest-22.0.90~3502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f681212ff55d38ddba4eab6311d9df4bf82d297;p=emacs.git (Documentation Tips): One can now also write `program' in front of a quoted symbol in a docstring to prevent making a hyperlink. --- 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',