aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispintro/ChangeLog4
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/misc/ChangeLog8
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog
index 53fe1c85022..6646637c642 100644
--- a/doc/lispintro/ChangeLog
+++ b/doc/lispintro/ChangeLog
@@ -69,8 +69,8 @@
69 (emacs-lisp-intro.ps): Remove explicit rule. 69 (emacs-lisp-intro.ps): Remove explicit rule.
70 (emacs-lisp-intro.html): Use HTML_OPTS. 70 (emacs-lisp-intro.html): Use HTML_OPTS.
71 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS. 71 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
72 (.PHONY): install-dvi, install-html, install-pdf, install-ps 72 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
73 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, 73 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
74 uninstall-ps, and uninstall-doc. 74 uninstall-ps, and uninstall-doc.
75 (install-dvi, install-html, install-pdf, install-ps, install-doc) 75 (install-dvi, install-html, install-pdf, install-ps, install-doc)
76 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) 76 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 7de401889a3..c304cac04ba 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -633,8 +633,8 @@
633 (dvi, html, pdf, ps): Use *_TARGETS variables. 633 (dvi, html, pdf, ps): Use *_TARGETS variables.
634 (elisp.html): Use HTML_OPTS. 634 (elisp.html): Use HTML_OPTS.
635 (elisp.ps): Remove explicit rule. 635 (elisp.ps): Remove explicit rule.
636 (.PHONY): install-dvi, install-html, install-pdf, install-ps 636 (.PHONY): install-dvi, install-html, install-pdf, install-ps,
637 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, 637 install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
638 uninstall-ps, and uninstall-doc. 638 uninstall-ps, and uninstall-doc.
639 (install-dvi, install-html, install-pdf, install-ps, install-doc) 639 (install-dvi, install-html, install-pdf, install-ps, install-doc)
640 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) 640 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 97f69cd23e2..a8eaa25a5e5 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -252,7 +252,7 @@
252 * org.texi (Creating one-off styles): Use new export snippet 252 * org.texi (Creating one-off styles): Use new export snippet
253 syntax. 253 syntax.
254 254
255 * org.texi (Export settings): documentation describing how text 255 * org.texi (Export settings): Documentation describing how text
256 above the first heading is ignored when an :export: tag is in a 256 above the first heading is ignored when an :export: tag is in a
257 file. 257 file.
258 258
@@ -715,7 +715,7 @@
715 715
716 * org.texi: Document variable changes. 716 * org.texi: Document variable changes.
717 717
718 * org.texi (Export settings): Doument p: item in OPTIONS keyword. 718 * org.texi (Export settings): Document p: item in OPTIONS keyword.
719 719
720 * org.texi (Exporting): Massive rewrite of the first sections. 720 * org.texi (Exporting): Massive rewrite of the first sections.
721 (Selective export): Delete. 721 (Selective export): Delete.
@@ -895,7 +895,7 @@
895 (INSTALL_DATA): New, set by configure. 895 (INSTALL_DATA): New, set by configure.
896 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables. 896 (HTML_OPTS, HTML_TARGETS, PS_TARGETS, DVIPS): New variables.
897 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf, 897 (.PHONY): Add html, ps, install-dvi, install-html, install-pdf,
898 install-ps ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, 898 install-ps, install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
899 uninstall-ps, and uninstall-doc. 899 uninstall-ps, and uninstall-doc.
900 (.SUFFIXES): Add .ps and .dvi. 900 (.SUFFIXES): Add .ps and .dvi.
901 (.dvi.ps): New suffix rule. 901 (.dvi.ps): New suffix rule.
@@ -10642,7 +10642,7 @@
10642 (Top): More description for the `Default Method' menu entry. 10642 (Top): More description for the `Default Method' menu entry.
10643 (Default Method): Use @code, not @var, for Lisp variables. 10643 (Default Method): Use @code, not @var, for Lisp variables.
10644 (Default Method): New subsection `Which method is the right one 10644 (Default Method): New subsection `Which method is the right one
10645 for me?' Suggested by Christian Kirsch. 10645 for me?'. Suggested by Christian Kirsch.
10646 (Configuration): Pointer to new subsection added. 10646 (Configuration): Pointer to new subsection added.
10647 (Default Method): Too many "use" in one sentence. 10647 (Default Method): Too many "use" in one sentence.
10648 Rephrase. Reported by Christian Kirsch. 10648 Rephrase. Reported by Christian Kirsch.