aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-25 14:04:35 +0200
committerJuanma Barranquero2010-09-25 14:04:35 +0200
commit40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch)
tree6229aa08095d281ddb33c6fdd040a0a43fc58f06 /src
parentda43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff)
downloademacs-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')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/ChangeLog.52
-rw-r--r--src/ChangeLog.72
-rw-r--r--src/frame.h2
-rw-r--r--src/image.c2
-rw-r--r--src/keyboard.c2
6 files changed, 7 insertions, 7 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
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index 9be45e2fc54..cc3fcdd88f2 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -4093,7 +4093,7 @@
4093 4093
4094 * xterm.h: Delete X10 code. 4094 * xterm.h: Delete X10 code.
4095 4095
4096 * xfns.c (Fx_create_frame): Don't increment refernce_count 4096 * xfns.c (Fx_create_frame): Don't increment reference_count
4097 until the frame is put on the frame list. 4097 until the frame is put on the frame list.
4098 4098
4099 * xterm.c (x_initialize): Init x_noop_count, x_focus_frame 4099 * xterm.c (x_initialize): Init x_noop_count, x_focus_frame
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index 6cc3d0f9e3e..7421aba4403 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -1040,7 +1040,7 @@
1040 1040
1041 * lread.c: Remember the last TWO strings skipped with #@. 1041 * lread.c: Remember the last TWO strings skipped with #@.
1042 (prev_saved_doc_string*): New variables. 1042 (prev_saved_doc_string*): New variables.
1043 (Fload): Initalize prev_saved_doc_string. 1043 (Fload): Initialize prev_saved_doc_string.
1044 (read1): Copy saved_doc_string to prev_saved_doc_string 1044 (read1): Copy saved_doc_string to prev_saved_doc_string
1045 before storing a new string in saved_doc_string. 1045 before storing a new string in saved_doc_string.
1046 (read_list): Look in prev_saved_doc_string as well as 1046 (read_list): Look in prev_saved_doc_string as well as
diff --git a/src/frame.h b/src/frame.h
index 6b307c7c3b1..e66fd9341c7 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -310,7 +310,7 @@ struct frame
310 /* Canonical X unit. Width of default font, in pixels. */ 310 /* Canonical X unit. Width of default font, in pixels. */
311 int column_width; 311 int column_width;
312 312
313 /* Widht of space glyph of default font, in pixels. */ 313 /* Width of space glyph of default font, in pixels. */
314 int space_width; 314 int space_width;
315 315
316 /* Canonical Y unit. Height of a line, in pixels. */ 316 /* Canonical Y unit. Height of a line, in pixels. */
diff --git a/src/image.c b/src/image.c
index ff0bbc1d688..940959e951a 100644
--- a/src/image.c
+++ b/src/image.c
@@ -8626,7 +8626,7 @@ of `image-library-alist', which see). */)
8626#if defined (HAVE_IMAGEMAGICK) 8626#if defined (HAVE_IMAGEMAGICK)
8627 if (EQ (type, Qimagemagick)) 8627 if (EQ (type, Qimagemagick))
8628 { 8628 {
8629 /* MagickWandGenesis() initalizes the imagemagick library. */ 8629 /* MagickWandGenesis() initializes the imagemagick library. */
8630 MagickWandGenesis (); 8630 MagickWandGenesis ();
8631 return CHECK_LIB_AVAILABLE (&imagemagick_type, init_imagemagick_functions, 8631 return CHECK_LIB_AVAILABLE (&imagemagick_type, init_imagemagick_functions,
8632 libraries); 8632 libraries);
diff --git a/src/keyboard.c b/src/keyboard.c
index 7321fa4e7a9..50cd49e54cd 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3802,7 +3802,7 @@ kbd_buffer_unget_event (register struct input_event *event)
3802 3802
3803 HELP is the help form. 3803 HELP is the help form.
3804 3804
3805 FRAME and WINDOW are the frame and windoiw where the help is 3805 FRAME and WINDOW are the frame and window where the help is
3806 generated. OBJECT is the Lisp object where the help was found (a 3806 generated. OBJECT is the Lisp object where the help was found (a
3807 buffer, a string, an overlay, or nil if neither from a string nor 3807 buffer, a string, an overlay, or nil if neither from a string nor
3808 from a buffer). POS is the position within OBJECT where the help 3808 from a buffer). POS is the position within OBJECT where the help