diff options
| author | Glenn Morris | 2012-12-31 12:06:43 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-31 12:06:43 -0800 |
| commit | 9800c5b0597984c71ef40fc6e5438d4242227ec4 (patch) | |
| tree | da13a6ab32e754a8e7830333a3a4281a01dd9713 | |
| parent | 5b63c74a1781125074c4a0e83a7cc9e655c08874 (diff) | |
| download | emacs-9800c5b0597984c71ef40fc6e5438d4242227ec4.tar.gz emacs-9800c5b0597984c71ef40fc6e5438d4242227ec4.zip | |
Add an xref, cindex to the lispref
* customize.texi (Common Keywords): Add xref.
* tips.texi (Library Headers): Add cindex.
Fixes: debbugs:13311
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/customize.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index a52268fc7e7..1af60a68fd2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * customize.texi (Common Keywords): Add xref. (Bug#13311) | ||
| 4 | * tips.texi (Library Headers): Add cindex. | ||
| 5 | |||
| 1 | 2012-12-29 Wolfgang Jenkner <wjenkner@inode.at> | 6 | 2012-12-29 Wolfgang Jenkner <wjenkner@inode.at> |
| 2 | 7 | ||
| 3 | * functions.texi (Declare Form): | 8 | * functions.texi (Declare Form): |
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index cb48f6f284e..9819d8a8b3f 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -101,7 +101,7 @@ Link to a web page; @var{url} is a string which specifies the | |||
| 101 | 101 | ||
| 102 | @item (emacs-commentary-link @var{library}) | 102 | @item (emacs-commentary-link @var{library}) |
| 103 | Link to the commentary section of a library; @var{library} is a string | 103 | Link to the commentary section of a library; @var{library} is a string |
| 104 | which specifies the library name. | 104 | which specifies the library name. @xref{Library Headers}. |
| 105 | 105 | ||
| 106 | @item (emacs-library-link @var{library}) | 106 | @item (emacs-library-link @var{library}) |
| 107 | Link to an Emacs Lisp library file; @var{library} is a string which | 107 | Link to an Emacs Lisp library file; @var{library} is a string which |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index d54d91b238a..eae50407c37 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -1063,6 +1063,7 @@ names---they have no standard meanings, so they can't do any harm. | |||
| 1063 | library file. These should be separated from anything else by blank | 1063 | library file. These should be separated from anything else by blank |
| 1064 | lines. Here is a table of them: | 1064 | lines. Here is a table of them: |
| 1065 | 1065 | ||
| 1066 | @cindex commentary, in a Lisp library | ||
| 1066 | @table @samp | 1067 | @table @samp |
| 1067 | @item ;;; Commentary: | 1068 | @item ;;; Commentary: |
| 1068 | This begins introductory comments that explain how the library works. | 1069 | This begins introductory comments that explain how the library works. |