diff options
| author | Juanma Barranquero | 2008-08-26 11:11:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-08-26 11:11:41 +0000 |
| commit | 88a584fe5112b419480bb0c3be2df1f33c5df115 (patch) | |
| tree | ec0da721e7a673445bb5d23306e7c18485d10467 /src/ChangeLog | |
| parent | d36b11e229d9e0d94ff87c6c3099b05ad29514fa (diff) | |
| download | emacs-88a584fe5112b419480bb0c3be2df1f33c5df115.tar.gz emacs-88a584fe5112b419480bb0c3be2df1f33c5df115.zip | |
Fix typos (sync from trunk).
* editfns.c (Ffield_string_no_properties): Fix typo in docstring.
* fringe.c (Fdefine_fringe_bitmap): Doc fix.
* minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstring.
* textprop.c (syms_of_textprop) <text-property-default-nonsticky>:
(Fremove_text_properties): Fix typos in docstrings.
* w32fns.c (Fw32_define_rgb_color): Fix typo in docstring.
* xdisp.c (syms_of_xdisp) <scroll-conservatively>:
Fix typo in docstring.
* xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
Fix typos in docstrings.
* xselect.c (Fx_send_client_event): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 59fbdc410fe..2fac842fc4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,31 @@ | |||
| 1 | 2008-08-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * editfns.c (Ffield_string_no_properties): Fix typo in docstring. | ||
| 4 | |||
| 5 | * fringe.c (Fdefine_fringe_bitmap): Doc fix. | ||
| 6 | |||
| 7 | * minibuf.c (Fread_minibuffer, Feval_minibuffer): Reflow docstring. | ||
| 8 | |||
| 9 | * textprop.c (syms_of_textprop) <text-property-default-nonsticky>: | ||
| 10 | (Fremove_text_properties): Fix typos in docstrings. | ||
| 11 | |||
| 12 | * w32fns.c (Fw32_define_rgb_color): Fix typo in docstring. | ||
| 13 | |||
| 14 | * xdisp.c (syms_of_xdisp) <scroll-conservatively>: | ||
| 15 | Fix typo in docstring. | ||
| 16 | |||
| 17 | * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face): | ||
| 18 | Fix typos in docstrings. | ||
| 19 | |||
| 20 | * xselect.c (Fx_send_client_event): Doc fix. | ||
| 21 | |||
| 1 | 2008-08-23 Jason Rumney <jasonr@gnu.org> | 22 | 2008-08-23 Jason Rumney <jasonr@gnu.org> |
| 2 | 23 | ||
| 3 | * image.c (gif_format): Use :index, not :image. | 24 | * image.c (gif_format): Use :index, not :image. |
| 4 | 25 | ||
| 5 | 2008-08-21 $,1 P(Bsmail D,Av(Bnmez <ismail@namtrac.org> (tiny change) | 26 | 2008-08-21 $,1 P(Bsmail D,Av(Bnmez <ismail@namtrac.org> (tiny change) |
| 6 | 27 | ||
| 7 | * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on | 28 | * xterm.c (x_delete_display): Don't call XrmDestroyDatabase on GTK+. |
| 8 | GTK+. | ||
| 9 | 29 | ||
| 10 | 2008-08-20 Andreas Schwab <schwab@suse.de> | 30 | 2008-08-20 Andreas Schwab <schwab@suse.de> |
| 11 | 31 | ||