# HG changeset patch # User Luc Teirlinck # Date 1142818399 0 # Node ID d9fdd137cff030d6664d263a4696f65ae410a71d # Parent ac9615e9bcb5c8543a99674b67c8d9c2488e8946 (Documentation Tips): One can now also write `program' in front of a quoted symbol in a docstring to prevent making a hyperlink. diff -r ac9615e9bcb5 -r d9fdd137cff0 lispref/tips.texi --- a/lispref/tips.texi Mon Mar 20 01:31:27 2006 +0000 +++ b/lispref/tips.texi Mon Mar 20 01:33:19 2006 +0000 @@ -741,8 +741,8 @@ 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',