aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/ack.texi3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index f9668e96aae..7b19d74d54c 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -3,7 +3,7 @@
3 * ack.texi (Acknowledgments): 3 * ack.texi (Acknowledgments):
4 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el. 4 * emacs.texi (Acknowledgments): Update for js.el replacing js2-mode.el.
5 5
6 * ack.texi (Acknowledgments): Add ucs-normalize.el. 6 * ack.texi (Acknowledgments): Add ucs-normalize.el and files-x.el.
7 7
82009-08-09 Glenn Morris <rgm@gnu.org> 82009-08-09 Glenn Morris <rgm@gnu.org>
9 9
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 96d82278ef6..d687d57af11 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -656,7 +656,8 @@ files.
656 656
657@item 657@item
658Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer 658Juri Linkov wrote @file{misearch.el}, extending isearch to multi-buffer
659searches. 659searches; and the code in @file{files-x.el} for handling file- and
660directory-local variables.
660 661
661@item 662@item
662K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which 663K@'{a}roly L@"{o}rentey wrote the ``multi-terminal'' code, which