aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-08-15 00:28:23 +0800
committerChong Yidong2012-08-15 00:28:23 +0800
commit55802e4a3dc1d6b1ffa05c193cdd94f9f69c1a41 (patch)
treeadc01d112307b091888d9e61c4b5c38590593ab5 /src/ChangeLog
parente38b9db247bec5413de0cd1001d376941a59ba29 (diff)
downloademacs-55802e4a3dc1d6b1ffa05c193cdd94f9f69c1a41.tar.gz
emacs-55802e4a3dc1d6b1ffa05c193cdd94f9f69c1a41.zip
Doc fixes.
* lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix. * src/chartab.c (Fmap_char_table): Doc fix. * src/editfns.c (Fformat): Doc fix. Fixes: debbugs:12059 debbugs:12085 debbugs:12061
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93dc127acdc..22f2ca18775 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-08-14 Chong Yidong <cyd@gnu.org>
2
3 * chartab.c (Fmap_char_table): Doc fix (Bug#12061).
4
5 * editfns.c (Fformat): Doc fix (Bug#12059).
6
12012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change) 72012-08-14 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
2 8
3 * keyboard.c (access_keymap_keyremap): Accept anonymous functions 9 * keyboard.c (access_keymap_keyremap): Accept anonymous functions