diff options
| author | Juanma Barranquero | 2005-07-21 16:38:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-21 16:38:17 +0000 |
| commit | 1d256714e5a772b4e0780c908ebeee1ce19c92fb (patch) | |
| tree | 18326ca77c4ad36330d1efdef213a53ef2a09975 /src/ChangeLog | |
| parent | c10ce82e3cc0da4abd299107515b9aa56a82dd80 (diff) | |
| download | emacs-1d256714e5a772b4e0780c908ebeee1ce19c92fb.tar.gz emacs-1d256714e5a772b4e0780c908ebeee1ce19c92fb.zip | |
(Finternal_lisp_face_p): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49ba60835a7..97b29b8cb6a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2005-07-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer) <cursor-type>: Doc fix. | ||
| 4 | |||
| 5 | * ccl.c (Fregister_ccl_program): Fix typos in docstring. | ||
| 6 | (Fccl_execute_on_string): Likewise; add usage info. | ||
| 7 | |||
| 8 | * composite.c (Fcompose_region_internal) | ||
| 9 | (Fcompose_string_internal): | ||
| 10 | Improve argument/docstring consistency. | ||
| 11 | |||
| 12 | * minibuf.c (Fminibuffer_prompt_end, Feval_minibuffer): | ||
| 13 | Fix typos in docstrings. | ||
| 14 | |||
| 15 | * textprop.c (Fnext_char_property_change) | ||
| 16 | (Fprevious_char_property_change): Doc fixes. | ||
| 17 | |||
| 18 | * window.c (Fset_window_margins, Fset_window_fringes): | ||
| 19 | Improve argument/docstring consistency. | ||
| 20 | |||
| 21 | * xfaces.c (Finternal_lisp_face_p): Doc fix. | ||
| 22 | |||
| 1 | 2005-07-21 Andreas Schwab <schwab@suse.de> | 23 | 2005-07-21 Andreas Schwab <schwab@suse.de> |
| 2 | 24 | ||
| 3 | * eval.c (restore_stack_limits): Return a value. | 25 | * eval.c (restore_stack_limits): Return a value. |