diff options
| author | Luc Teirlinck | 2003-12-25 04:00:56 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-25 04:00:56 +0000 |
| commit | 70057f39ff1190a07a3815052b038ebd6a8e2b9b (patch) | |
| tree | 13d8afaf668396bb99f8ee2a3209bfcfb12ad463 | |
| parent | da9f5ab259d318537f08bb7942e7f31e4d6ad9c9 (diff) | |
| download | emacs-70057f39ff1190a07a3815052b038ebd6a8e2b9b.tar.gz emacs-70057f39ff1190a07a3815052b038ebd6a8e2b9b.zip | |
(Documentation Tips): Add anchor.
| -rw-r--r-- | lispref/tips.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/tips.texi b/lispref/tips.texi index 1b40685ba5d..ec53dc420dd 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi | |||
| @@ -647,6 +647,7 @@ The argument FOO can be either a number | |||
| 647 | This prevents the open-parenthesis from being treated as the start of a | 647 | This prevents the open-parenthesis from being treated as the start of a |
| 648 | defun (@pxref{Defuns,, Defuns, emacs, The GNU Emacs Manual}). | 648 | defun (@pxref{Defuns,, Defuns, emacs, The GNU Emacs Manual}). |
| 649 | 649 | ||
| 650 | @anchor{Docstring hyperlinks} | ||
| 650 | @item | 651 | @item |
| 651 | @iftex | 652 | @iftex |
| 652 | When a documentation string refers to a Lisp symbol, write it as it | 653 | When a documentation string refers to a Lisp symbol, write it as it |