diff options
| author | Juanma Barranquero | 2010-10-13 01:25:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-10-13 01:25:19 +0200 |
| commit | c0943d3db2b2737d5092e887fd22d7088c3ca43d (patch) | |
| tree | ee909e2f48e5315a883802b75866b7df861c60f5 /src/ChangeLog.9 | |
| parent | 51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff) | |
| download | emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz emacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.zip | |
Fix typos in docstrings, comments and ChangeLogs.
* etc/tutorials/TUTORIAL.es: Fix typos.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/erc/erc-xdcc.el (erc-xdcc-help-text): Fix typo in docstring.
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
* lisp/international/mule.el (define-coding-system):
* lisp/international/titdic-cnv.el (quail-cxterm-package-ext-info):
* composite.el (compose-region): Fix typo in docstring.
* lisp/org/org-agenda.el (org-prefix-category-length)
(org-prefix-category-max-length): Fix typos in docstrings.
* src/font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
Diffstat (limited to 'src/ChangeLog.9')
| -rw-r--r-- | src/ChangeLog.9 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index b161a21eb72..a56c1a2c088 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -3896,7 +3896,7 @@ | |||
| 3896 | 3896 | ||
| 3897 | 2001-01-07 Dave Love <fx@gnu.org> | 3897 | 2001-01-07 Dave Love <fx@gnu.org> |
| 3898 | 3898 | ||
| 3899 | * keyboard.c (Fread_key_sequence_vector): Avoid newline in | 3899 | * keyboard.c (Fread_key_sequence_vector): Avoid newline in |
| 3900 | arglist, for documentation's sake. | 3900 | arglist, for documentation's sake. |
| 3901 | 3901 | ||
| 3902 | 2001-01-06 Andrew Innes <andrewi@gnu.org> | 3902 | 2001-01-06 Andrew Innes <andrewi@gnu.org> |
| @@ -4180,7 +4180,7 @@ | |||
| 4180 | what's displayed in the window. | 4180 | what's displayed in the window. |
| 4181 | 4181 | ||
| 4182 | * xdisp.c (try_window_reusing_current_matrix) | 4182 | * xdisp.c (try_window_reusing_current_matrix) |
| 4183 | <new start <= old start>: Disable rows in the current matrix | 4183 | <new start <= old start>: Disable rows in the current matrix |
| 4184 | which are below the window after scrolling. | 4184 | which are below the window after scrolling. |
| 4185 | 4185 | ||
| 4186 | * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P | 4186 | * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P |
| @@ -5480,7 +5480,7 @@ | |||
| 5480 | * lisp.h (pos_visible_p): Change prototype. | 5480 | * lisp.h (pos_visible_p): Change prototype. |
| 5481 | 5481 | ||
| 5482 | * dispextern.h (CURRENT_MODE_LINE_HEIGHT) | 5482 | * dispextern.h (CURRENT_MODE_LINE_HEIGHT) |
| 5483 | (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height | 5483 | (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height |
| 5484 | and current_header_line_height first. | 5484 | and current_header_line_height first. |
| 5485 | (current_mode_line_height, current_header_line_height): | 5485 | (current_mode_line_height, current_header_line_height): |
| 5486 | Declare extern. | 5486 | Declare extern. |
| @@ -6683,7 +6683,7 @@ | |||
| 6683 | (create_offscreen_bitmap): New function. | 6683 | (create_offscreen_bitmap): New function. |
| 6684 | (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. | 6684 | (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. |
| 6685 | 6685 | ||
| 6686 | * w32term.c (x_produce_glyphs): If the distance from the current | 6686 | * w32term.c (x_produce_glyphs): If the distance from the current |
| 6687 | position to the next tab stop is less than a canonical character | 6687 | position to the next tab stop is less than a canonical character |
| 6688 | width, use the tab stop after that. | 6688 | width, use the tab stop after that. |
| 6689 | (x_draw_glyphs): Handle case START and END are out of bounds more | 6689 | (x_draw_glyphs): Handle case START and END are out of bounds more |
| @@ -7536,7 +7536,7 @@ | |||
| 7536 | CYCLE_CHECK arguments. | 7536 | CYCLE_CHECK arguments. |
| 7537 | (merge_face_vector_with_property, Finternal_merge_in_global_face) | 7537 | (merge_face_vector_with_property, Finternal_merge_in_global_face) |
| 7538 | (lookup_named_face, lookup_derived_face, realize_named_face) | 7538 | (lookup_named_face, lookup_derived_face, realize_named_face) |
| 7539 | (face_at_string_position, face_at_buffer_position): Supply | 7539 | (face_at_string_position, face_at_buffer_position): Supply |
| 7540 | new F and CYCLE_CHECK arguments to merge_face_vectors. | 7540 | new F and CYCLE_CHECK arguments to merge_face_vectors. |
| 7541 | (merge_face_heights): New function. | 7541 | (merge_face_heights): New function. |
| 7542 | (merge_face_vectors, merge_face_vector_with_property) | 7542 | (merge_face_vectors, merge_face_vector_with_property) |
| @@ -7826,7 +7826,7 @@ | |||
| 7826 | (x_compute_glyph_string_overhangs): Incomplete body removed, as | 7826 | (x_compute_glyph_string_overhangs): Incomplete body removed, as |
| 7827 | the X way of doing this will not work for W32. | 7827 | the X way of doing this will not work for W32. |
| 7828 | (w32_intersect_rectangles): Removed. Use IntersectRect API call. | 7828 | (w32_intersect_rectangles): Removed. Use IntersectRect API call. |
| 7829 | (x_draw_image_foreground): Avoid drawing outside of the clip area | 7829 | (x_draw_image_foreground): Avoid drawing outside of the clip area |
| 7830 | when image doesn't have a mask. | 7830 | when image doesn't have a mask. |
| 7831 | (note_mouse_highlight): Process overlays in the right order of | 7831 | (note_mouse_highlight): Process overlays in the right order of |
| 7832 | priority. Set help_echo_window. | 7832 | priority. Set help_echo_window. |
| @@ -10156,7 +10156,7 @@ | |||
| 10156 | (encode_coding_string): Likewise. | 10156 | (encode_coding_string): Likewise. |
| 10157 | 10157 | ||
| 10158 | * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> | 10158 | * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2> |
| 10159 | <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and | 10159 | <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and |
| 10160 | eight-bit-graphic correctly. | 10160 | eight-bit-graphic correctly. |
| 10161 | 10161 | ||
| 10162 | 2000-05-24 Kenichi HANDA <handa@etl.go.jp> | 10162 | 2000-05-24 Kenichi HANDA <handa@etl.go.jp> |
| @@ -12812,7 +12812,7 @@ | |||
| 12812 | (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) | 12812 | (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback) |
| 12813 | (xim_initialize, xim_close) | 12813 | (xim_initialize, xim_close) |
| 12814 | [HAVE_X_I18N && HAVE_X11R6]: New functions. | 12814 | [HAVE_X_I18N && HAVE_X11R6]: New functions. |
| 12815 | (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. | 12815 | (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame. |
| 12816 | (x_term_init) [HAVE_X_I18N]: Call xim_initialize. | 12816 | (x_term_init) [HAVE_X_I18N]: Call xim_initialize. |
| 12817 | (x_delete_display) [HAVE_X_I18N]: Call xim_close. | 12817 | (x_delete_display) [HAVE_X_I18N]: Call xim_close. |
| 12818 | 12818 | ||