diff options
| author | Dave Love | 2000-08-15 12:01:16 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-15 12:01:16 +0000 |
| commit | 5d716cb9b59e2e5608bcec520637a0d96e645d79 (patch) | |
| tree | d6a167b3e27a68c3086155e1ed54cabfacbcb4b5 | |
| parent | a4a49c21ec068d1e79f548f94489d11457c75baa (diff) | |
| download | emacs-5d716cb9b59e2e5608bcec520637a0d96e645d79.tar.gz emacs-5d716cb9b59e2e5608bcec520637a0d96e645d79.zip | |
(Name Help): Don't mention find-func.
| -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 |