diff options
| author | Juanma Barranquero | 2010-09-25 14:04:35 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-25 14:04:35 +0200 |
| commit | 40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch) | |
| tree | 6229aa08095d281ddb33c6fdd040a0a43fc58f06 /src/ChangeLog | |
| parent | da43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff) | |
| download | emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.tar.gz emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.zip | |
Fix typos.
* lisp/finder.el (finder-unknown-keywords):
* lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
* lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings.
* lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in error message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/org/org-agenda.el (org-agenda-hide-tags-regexp):
* lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 31ecc62ed37..cbdc3706076 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -19181,7 +19181,7 @@ | |||
| 19181 | (Ffont_shape_text): New function. | 19181 | (Ffont_shape_text): New function. |
| 19182 | (Fopen_font): If the font size is not given, use 12-pixel. | 19182 | (Fopen_font): If the font size is not given, use 12-pixel. |
| 19183 | (Ffont_at): New arg STRING. | 19183 | (Ffont_at): New arg STRING. |
| 19184 | (syms_of_font): Initalize font_charset_alist. | 19184 | (syms_of_font): Initialize font_charset_alist. |
| 19185 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont | 19185 | Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont |
| 19186 | conditionally. | 19186 | conditionally. |
| 19187 | 19187 | ||
| @@ -20178,7 +20178,7 @@ | |||
| 20178 | 20178 | ||
| 20179 | * font.c (font_unparse_fcname): Fix typo (swidth->width). | 20179 | * font.c (font_unparse_fcname): Fix typo (swidth->width). |
| 20180 | (font_list_entities): Check driver_list->on. | 20180 | (font_list_entities): Check driver_list->on. |
| 20181 | (register_font_driver): Initalize `on' member to 0. | 20181 | (register_font_driver): Initialize `on' member to 0. |
| 20182 | (font_update_drivers): New function. | 20182 | (font_update_drivers): New function. |
| 20183 | (Fclear_font_cache): Check driver_list->on. | 20183 | (Fclear_font_cache): Check driver_list->on. |
| 20184 | 20184 | ||