diff options
| author | Richard M. Stallman | 2005-03-06 17:25:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 17:25:06 +0000 |
| commit | a8ec80f194ab4cba1924829db7e9245604bef42a (patch) | |
| tree | 468998b434bb67378aff2fa6d134884c4171cd1b | |
| parent | f7246d2f62540d769f62059012bd624216bb2874 (diff) | |
| download | emacs-a8ec80f194ab4cba1924829db7e9245604bef42a.tar.gz emacs-a8ec80f194ab4cba1924829db7e9245604bef42a.zip | |
(Name Help): Xref to Hyperlinking.
| -rw-r--r-- | man/help.texi | 18 |
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 |
| 250 | Lisp variables instead of Lisp functions. Its default is the Lisp symbol | 250 | Lisp variables instead of Lisp functions. Its default is the Lisp symbol |
| 251 | around or before point, but only if that is the name of a known Lisp | 251 | around or before point, but only if that is the name of a known Lisp |
| 252 | variable. @xref{Variables}.@refill | 252 | variable. @xref{Variables}. |
| 253 | 253 | ||
| 254 | Help buffers describing variables or functions defined in Lisp | 254 | Help buffers describing Emacs variables and functions normally have |
| 255 | normally have hyperlinks to the Lisp definition, if you have the Lisp | 255 | hyperlinks to the definition, if you have the source files installed. |
| 256 | source files installed. If you know Lisp, this provides the ultimate | 256 | (@xref{Hyperlinking}.) If you know Lisp (or C), this provides the |
| 257 | documentation. If you don't know Lisp, you should learn it. If you | 257 | ultimate documentation. If you don't know Lisp, you should learn it. |
| 258 | are just @emph{using} Emacs, treating Emacs as an object (file), then | 258 | If you are just @emph{using} Emacs, treating Emacs as an object |
| 259 | you 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 |
| 260 | need to read the source code. | 260 | editor, you need to read the source code. |
| 261 | 261 | ||
| 262 | @node Apropos | 262 | @node Apropos |
| 263 | @section Apropos | 263 | @section Apropos |