diff options
| author | Chong Yidong | 2012-09-22 23:24:26 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-22 23:24:26 +0800 |
| commit | c88b867fecbd50140b0b41f05599811a8f0e3dfe (patch) | |
| tree | 945c6c88a7ce2029d13af7007239e8253e1e6a44 /src/ChangeLog | |
| parent | bb4d86b40c61443608280df3d0668d44845177a5 (diff) | |
| download | emacs-c88b867fecbd50140b0b41f05599811a8f0e3dfe.tar.gz emacs-c88b867fecbd50140b0b41f05599811a8f0e3dfe.zip | |
Misc doc fixes.
* searching.texi (Replacing Match): Minor clarification.
* lisp/repeat.el (repeat): Doc fix.
* lisp/simple.el (shell-command-on-region): Doc fix.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
* cmds.c (Fforward_char, Fbackward_char): Doc fix.
* editfns.c (Fline_beginning_position): Doc fix.
(Fline_end_position): Doc fix.
* minibuf.c (Finternal_complete_buffer): Doc fix.
* search.c (Freplace_match): Doc fix.
Fixes: debbugs:12325 debbugs:12391 debbugs:12416 debbugs:12414 debbugs:10909 debbugs:12348
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2f33494b7c..9d8bc3a7c00 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2012-09-22 Chong Yidong <cyd@gnu.org> | 1 | 2012-09-22 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * search.c (Freplace_match): Doc fix (Bug#12325). | ||
| 4 | |||
| 5 | * minibuf.c (Finternal_complete_buffer): Doc fix (Bug#12391). | ||
| 6 | |||
| 7 | * editfns.c (Fline_beginning_position): Doc fix (Bug#12416). | ||
| 8 | (Fline_end_position): Doc fix. | ||
| 9 | |||
| 10 | * cmds.c (Fforward_char, Fbackward_char): Doc fix (Bug#12414). | ||
| 11 | |||
| 12 | 2012-09-22 Chong Yidong <cyd@gnu.org> | ||
| 13 | |||
| 3 | * dispextern.h (struct image_type): Add new slot, storing a type | 14 | * dispextern.h (struct image_type): Add new slot, storing a type |
| 4 | initialization function. | 15 | initialization function. |
| 5 | 16 | ||