aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-08-15 12:01:16 +0000
committerDave Love2000-08-15 12:01:16 +0000
commit5d716cb9b59e2e5608bcec520637a0d96e645d79 (patch)
treed6a167b3e27a68c3086155e1ed54cabfacbcb4b5
parenta4a49c21ec068d1e79f548f94489d11457c75baa (diff)
downloademacs-5d716cb9b59e2e5608bcec520637a0d96e645d79.tar.gz
emacs-5d716cb9b59e2e5608bcec520637a0d96e645d79.zip
(Name Help): Don't mention find-func.
-rw-r--r--man/help.texi8
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
212around or before point, but only if that is the name of a known Lisp 212around or before point, but only if that is the name of a known Lisp
213variable. @xref{Variables}.@refill 213variable. @xref{Variables}.@refill
214 214
215Help buffers describing variables or functions defined in Lisp 215Help buffers describing variables or functions defined in Lisp normally
216normally have hyperlinks to their definitions using the @code{find-func} 216have hyperlinks to their definitions if you have the Lisp source files
217package if you have the Lisp source files installed. If you can read 217installed. If you can read Lisp, this provides the ultimate
218Lisp, this provides the ultimate documentation. 218documentation.
219 219
220@node Apropos 220@node Apropos
221@section Apropos 221@section Apropos