# HG changeset patch # User Luc Teirlinck # Date 1066847608 0 # Node ID 2fdb8b16bcebefa1710cbc81d6a373cf1f03e49e # Parent 5d2ffd652f23ecb5f78b792e50272251f1a07285 (Documentation Tips): Document new behavior for face and variable hyperlinks in Help mode. diff -r 5d2ffd652f23 -r 2fdb8b16bceb lispref/tips.texi --- a/lispref/tips.texi Wed Oct 22 08:30:13 2003 +0000 +++ b/lispref/tips.texi Wed Oct 22 18:33:28 2003 +0000 @@ -695,6 +695,16 @@ does not make a hyperlink to the documentation, irrelevant here, of the function @code{list}. +Normally, no hyperlink is made for a variable without variable +documentation. You can force a hyperlink for such variables by +preceding them with one of the words @samp{variable} or +@samp{option}. + +Hyperlinks for faces are only made if the face name is preceded or +followed by the word @samp{face}. In that case, only the face +documentation will be shown, even if the symbol is also defined as a +variable or as a function. + To make a hyperlink to Info documentation, write the name of the Info node in single quotes, preceded by @samp{info node} or @samp{Info node}. The Info file name defaults to @samp{emacs}. For example,