diff options
| author | Chong Yidong | 2012-08-15 01:10:38 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-15 01:10:38 +0800 |
| commit | 4abcdac823a757bffc204f5eb074eb09ad69e58a (patch) | |
| tree | 636778c2f514810defc0164b1d10d96970e1ab8b /lisp/ChangeLog | |
| parent | 55802e4a3dc1d6b1ffa05c193cdd94f9f69c1a41 (diff) | |
| download | emacs-4abcdac823a757bffc204f5eb074eb09ad69e58a.tar.gz emacs-4abcdac823a757bffc204f5eb074eb09ad69e58a.zip | |
More doc fixes.
* lisp/minibuffer.el (read-file-name): Doc fix.
* character.c (Fcharacterp): Doc fix (Bug#12076).
* data.c (Findirect_variable): Doc fix (Bug#11040).
* editfns.c (Fsave_current_buffer): Doc fix (Bug#11542).
Fixes: debbugs:11542 debbugs:11040 debbugs:12076 debbugs:10881
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d27fc65185..606be46b118 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-08-14 Chong Yidong <cyd@gnu.org> | 1 | 2012-08-14 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * minibuffer.el (read-file-name): Doc fix (Bug#10881). | ||
| 4 | |||
| 3 | * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix | 5 | * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix |
| 4 | (Bug#12085). | 6 | (Bug#12085). |
| 5 | 7 | ||