diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-11-16 09:03:01 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-11-16 09:03:01 +0000 |
commit | dd7b651bd09ca25a585a04d27fc9affb200481af (patch) | |
tree | e20cb784db29e7e67c3853d7766d1673fe79e555 | |
parent | dccb744b1c98b8370042c9a05833ed5086f08de8 (diff) | |
download | emacs-dd7b651bd09ca25a585a04d27fc9affb200481af.tar.gz emacs-dd7b651bd09ca25a585a04d27fc9affb200481af.tar.bz2 emacs-dd7b651bd09ca25a585a04d27fc9affb200481af.zip |
*** empty log message ***
-rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
-rw-r--r-- | doc/man/ChangeLog | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8c51e58ef38..c739a43a1a4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1752,7 +1752,7 @@ Explain string and vector representations of key sequences * keymaps.texi (Changing Key Bindings): - * commands.texi (Interactive Codes, Interactive Codes): + * commands.texi (Interactive Codes): * help.texi (Describing Characters): Refer to it. 2006-05-23 Luc Teirlinck <teirllm@auburn.edu> @@ -3509,8 +3509,7 @@ * text.texi (Undo): Document extensible undo entries. - * searching.texi (String Search, Regexp Search, Regexp Search): - Cleanups. + * searching.texi (String Search, Regexp Search): Cleanups. * nonascii.texi (Character Codes): Minor fix. diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 178bdf79de6..4b21c0834e2 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,6 +1,6 @@ 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> - * etags.1: note that you can use "-" for stdout with -o. + * etags.1: Note that you can use "-" for stdout with -o. 2007-09-06 Glenn Morris <rgm@gnu.org> |