diff options
| -rw-r--r-- | man/help.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/help.texi b/man/help.texi index a82f9c6b0a2..c2514230334 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -212,10 +212,10 @@ Lisp variables instead of Lisp functions. Its default is the Lisp symbol | |||
| 212 | around or before point, but only if that is the name of a known Lisp | 212 | around or before point, but only if that is the name of a known Lisp |
| 213 | variable. @xref{Variables}.@refill | 213 | variable. @xref{Variables}.@refill |
| 214 | 214 | ||
| 215 | Help buffers describing variables or functions defined in Lisp | 215 | Help buffers describing variables or functions defined in Lisp normally |
| 216 | normally have hyperlinks to their definitions using the @code{find-func} | 216 | have hyperlinks to their definitions if you have the Lisp source files |
| 217 | package if you have the Lisp source files installed. If you can read | 217 | installed. If you can read Lisp, this provides the ultimate |
| 218 | Lisp, this provides the ultimate documentation. | 218 | documentation. |
| 219 | 219 | ||
| 220 | @node Apropos | 220 | @node Apropos |
| 221 | @section Apropos | 221 | @section Apropos |