aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/ack.texi6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index b2a8fca7e3c..5be02a39742 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,7 @@
12012-02-29 Glenn Morris <rgm@gnu.org> 12012-02-29 Glenn Morris <rgm@gnu.org>
2 2
3 * ack.texi (Acknowledgments): Use @Tex{} in more places.
4
3 * emacs.texi, help.texi, text.texi: Use "" quotes in menus. 5 * emacs.texi, help.texi, text.texi: Use "" quotes in menus.
4 6
5 * dired.texi, emacs.texi: Use @code{} in menus when appropriate. 7 * dired.texi, emacs.texi: Use @code{} in menus when appropriate.
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 0a14f5119d1..be01b05fe19 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -553,7 +553,7 @@ for the Transport Layer Security protocol.
553 553
554@item 554@item
555Arne Jørgensen wrote @file{latexenc.el}, a package to 555Arne Jørgensen wrote @file{latexenc.el}, a package to
556automatically guess the correct coding system in LaTeX files. 556automatically guess the correct coding system in La@TeX{} files.
557 557
558@item 558@item
559Alexandre Julliard wrote @file{vc-git.el}, support for the Git version 559Alexandre Julliard wrote @file{vc-git.el}, support for the Git version
@@ -571,7 +571,7 @@ control system.
571Henry Kautz wrote @file{bib-mode.el}, a mode for maintaining 571Henry Kautz wrote @file{bib-mode.el}, a mode for maintaining
572bibliography databases compatible with @code{refer} (the @code{troff} 572bibliography databases compatible with @code{refer} (the @code{troff}
573version) and @code{lookbib}, and @file{refbib.el}, a package to convert 573version) and @code{lookbib}, and @file{refbib.el}, a package to convert
574those databases to the format used by the LaTeX text formatting package. 574those databases to the format used by the La@TeX{} text formatting package.
575 575
576@item 576@item
577Taichi Kawabata added support for Devanagari script and the Indian 577Taichi Kawabata added support for Devanagari script and the Indian
@@ -832,7 +832,7 @@ a directory-level front end to the CVS version control system;
832text; @file{smerge-mode.el}, a minor mode for resolving @code{diff3} 832text; @file{smerge-mode.el}, a minor mode for resolving @code{diff3}
833conflicts; @file{diff-mode.el}, a mode for viewing and editing context 833conflicts; @file{diff-mode.el}, a mode for viewing and editing context
834diffs; @file{css-mode.el} for Cascading Style Sheets; 834diffs; @file{css-mode.el} for Cascading Style Sheets;
835@file{bibtex-style.el} for BibTeX Style files; @file{mpc.el}, a 835@file{bibtex-style.el} for Bib@TeX{} Style files; @file{mpc.el}, a
836client for the ``Music Player Daemon''; @file{smie.el}, a generic 836client for the ``Music Player Daemon''; @file{smie.el}, a generic
837indentation engine; and @file{pcase.el}, implementing ML-style pattern 837indentation engine; and @file{pcase.el}, implementing ML-style pattern
838matching. He integrated the lexical binding code in Emacs 24. 838matching. He integrated the lexical binding code in Emacs 24.