[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111104: Add an xref, cindex to th
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111104: Add an xref, cindex to the lispref |
Date: |
Mon, 31 Dec 2012 12:06:43 -0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111104
fixes bug: http://debbugs.gnu.org/13311
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-12-31 12:06:43 -0800
message:
Add an xref, cindex to the lispref
* customize.texi (Common Keywords): Add xref.
* tips.texi (Library Headers): Add cindex.
modified:
doc/lispref/ChangeLog
doc/lispref/customize.texi
doc/lispref/tips.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-12-29 08:23:21 +0000
+++ b/doc/lispref/ChangeLog 2012-12-31 20:06:43 +0000
@@ -1,3 +1,8 @@
+2012-12-31 Glenn Morris <address@hidden>
+
+ * customize.texi (Common Keywords): Add xref. (Bug#13311)
+ * tips.texi (Library Headers): Add cindex.
+
2012-12-29 Wolfgang Jenkner <address@hidden>
* functions.texi (Declare Form):
=== modified file 'doc/lispref/customize.texi'
--- a/doc/lispref/customize.texi 2012-12-21 02:56:18 +0000
+++ b/doc/lispref/customize.texi 2012-12-31 20:06:43 +0000
@@ -101,7 +101,7 @@
@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
=== modified file 'doc/lispref/tips.texi'
--- a/doc/lispref/tips.texi 2012-12-05 22:27:56 +0000
+++ b/doc/lispref/tips.texi 2012-12-31 20:06:43 +0000
@@ -1063,6 +1063,7 @@
library file. These should be separated from anything else by blank
lines. Here is a table of them:
address@hidden commentary, in a Lisp library
@table @samp
@item ;;; Commentary:
This begins introductory comments that explain how the library works.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111104: Add an xref, cindex to the lispref,
Glenn Morris <=