]> code.delx.au - gnu-emacs/commitdiff
Add an xref, cindex to the lispref
authorGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:06:43 +0000 (12:06 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:06:43 +0000 (12:06 -0800)
* customize.texi (Common Keywords): Add xref.
* tips.texi (Library Headers): Add cindex.

Fixes: debbugs:13311
doc/lispref/ChangeLog
doc/lispref/customize.texi
doc/lispref/tips.texi

index a52268fc7e73981889061124668662862d1b51f8..1af60a68fd2333b3f45644848cc59ff8bd64b542 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-31  Glenn Morris  <rgm@gnu.org>
+
+       * customize.texi (Common Keywords): Add xref.  (Bug#13311)
+       * tips.texi (Library Headers): Add cindex.
+
 2012-12-29  Wolfgang Jenkner  <wjenkner@inode.at>
 
        * functions.texi (Declare Form):
index cb48f6f284ea08cff147ac575ebfd69ace561178..9819d8a8b3f08f5da0f2d1d83fc7846c0e43bb22 100644 (file)
@@ -101,7 +101,7 @@ Link to a web page; @var{url} is a string which specifies the
 
 @item (emacs-commentary-link @var{library})
 Link to the commentary section of a library; @var{library} is a string
-which specifies the library name.
+which specifies the library name.  @xref{Library Headers}.
 
 @item (emacs-library-link @var{library})
 Link to an Emacs Lisp library file; @var{library} is a string which
index d54d91b238ab760545e14618f1fe866a26c8905b..eae50407c37a15fa127cc1e6eb5838384be9226a 100644 (file)
@@ -1063,6 +1063,7 @@ names---they have no standard meanings, so they can't do any harm.
 library file.  These should be separated from anything else by blank
 lines.  Here is a table of them:
 
+@cindex commentary, in a Lisp library
 @table @samp
 @item ;;; Commentary:
 This begins introductory comments that explain how the library works.