aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-06 17:25:06 +0000
committerRichard M. Stallman2005-03-06 17:25:06 +0000
commita8ec80f194ab4cba1924829db7e9245604bef42a (patch)
tree468998b434bb67378aff2fa6d134884c4171cd1b
parentf7246d2f62540d769f62059012bd624216bb2874 (diff)
downloademacs-a8ec80f194ab4cba1924829db7e9245604bef42a.tar.gz
emacs-a8ec80f194ab4cba1924829db7e9245604bef42a.zip
(Name Help): Xref to Hyperlinking.
-rw-r--r--man/help.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/help.texi b/man/help.texi
index d546440e114..ebc650412b4 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -249,15 +249,15 @@ f} command, then go on editing.
249 @kbd{C-h v} (@code{describe-variable}) is like @kbd{C-h f} but describes 249 @kbd{C-h v} (@code{describe-variable}) is like @kbd{C-h f} but describes
250Lisp variables instead of Lisp functions. Its default is the Lisp symbol 250Lisp variables instead of Lisp functions. Its default is the Lisp symbol
251around or before point, but only if that is the name of a known Lisp 251around or before point, but only if that is the name of a known Lisp
252variable. @xref{Variables}.@refill 252variable. @xref{Variables}.
253 253
254 Help buffers describing variables or functions defined in Lisp 254 Help buffers describing Emacs variables and functions normally have
255normally have hyperlinks to the Lisp definition, if you have the Lisp 255hyperlinks to the definition, if you have the source files installed.
256source files installed. If you know Lisp, this provides the ultimate 256(@xref{Hyperlinking}.) If you know Lisp (or C), this provides the
257documentation. If you don't know Lisp, you should learn it. If you 257ultimate documentation. If you don't know Lisp, you should learn it.
258are just @emph{using} Emacs, treating Emacs as an object (file), then 258If you are just @emph{using} Emacs, treating Emacs as an object
259you don't really love it. For true intimacy with your editor, you 259(file), then you don't really love it. For true intimacy with your
260need to read the source code. 260editor, you need to read the source code.
261 261
262@node Apropos 262@node Apropos
263@section Apropos 263@section Apropos