Mercurial > emacs
changeset 69590:d9fdd137cff0
(Documentation Tips): One can now also write `program' in front of a
quoted symbol in a docstring to prevent making a hyperlink.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 20 Mar 2006 01:33:19 +0000 |
parents | ac9615e9bcb5 |
children | 3e8d41cae310 |
files | lispref/tips.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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',