summaryrefslogtreecommitdiff
path: root/doc/lispref/tips.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-31 12:06:43 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-31 12:06:43 -0800
commit9800c5b0597984c71ef40fc6e5438d4242227ec4 (patch)
treeda13a6ab32e754a8e7830333a3a4281a01dd9713 /doc/lispref/tips.texi
parent5b63c74a1781125074c4a0e83a7cc9e655c08874 (diff)
downloademacs-9800c5b0597984c71ef40fc6e5438d4242227ec4.tar.gz
Add an xref, cindex to the lispref
* customize.texi (Common Keywords): Add xref. * tips.texi (Library Headers): Add cindex. Fixes: debbugs:13311
Diffstat (limited to 'doc/lispref/tips.texi')
-rw-r--r--doc/lispref/tips.texi1
1 files changed, 1 insertions, 0 deletions
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.
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.