mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
; * doc/lispref/tips.texi (Documentation Tips): Document \\+`foo'.
This commit is contained in:
parent
c7ab370067
commit
c119a3600e
1 changed files with 9 additions and 0 deletions
|
|
@ -770,6 +770,15 @@ that satisfy the criterion.
|
|||
does not make a hyperlink to the documentation, irrelevant here, of the
|
||||
function @code{list}.
|
||||
|
||||
Alternatively, you could precede the symbol with @samp{\\+} to prevent
|
||||
marking it as a hyperlink. Example:
|
||||
|
||||
@example
|
||||
If the value of KIND-OF-RESULT is \\+`list',
|
||||
this function returns a list of all the objects
|
||||
that satisfy the criterion.
|
||||
@end example
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue