summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-10-13 01:25:19 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-10-13 01:25:19 +0200
commitc0943d3db2b2737d5092e887fd22d7088c3ca43d (patch)
treeee909e2f48e5315a883802b75866b7df861c60f5 /src
parent51e4f4a88de94846f6b44b3e11496c7b67aa2f5e (diff)
downloademacs-c0943d3db2b2737d5092e887fd22d7088c3ca43d.tar.gz
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')
-rw-r--r--src/ChangeLog9
-rw-r--r--src/ChangeLog.232
-rw-r--r--src/ChangeLog.38
-rw-r--r--src/ChangeLog.56
-rw-r--r--src/ChangeLog.72
-rw-r--r--src/ChangeLog.82
-rw-r--r--src/ChangeLog.916
-rw-r--r--src/font.c2
-rw-r--r--src/frame.h2
-rw-r--r--src/nsterm.m10
10 files changed, 45 insertions, 44 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01ecd37eec7..7c1faad6aab 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,6 @@
2010-10-12 Juanma Barranquero <lekktu@gmail.com>
+ * font.c (Ffont_variation_glyphs):
* ccl.c (Fccl_execute_on_string): Fix typo in docstring.
2010-10-10 Jan Djärv <jan.h.d@swipnet.se>
@@ -138,7 +139,7 @@
(x_produce_glyphs): Simplify by using the same code for ASCII and
non-ASCII characters. Don't set it->char_to_display here.
Don't handle unibyte-display-via-language-environment here. For a
- charater of no glyph, use font->space_width instead of FONT_WIDTH.
+ character of no glyph, use font->space_width instead of FONT_WIDTH.
2010-08-29 Kenichi Handa <handa@m17n.org>
@@ -175,7 +176,7 @@
* charset.c: Include <stdlib.h>
(struct charset_sort_data): New struct.
(charset_compare): New function.
- (Fsort_charsets): New funciton.
+ (Fsort_charsets): New function.
(syms_of_charset): Declare Fsort_charsets as a Lisp function.
* coding.c (decode_coding_iso_2022): Fix checking of dimension
@@ -13876,7 +13877,7 @@
(Ffont_shape_text): New function.
(Fopen_font): If the font size is not given, use 12-pixel.
(Ffont_at): New arg STRING.
- (syms_of_font): Initalize font_charset_alist.
+ (syms_of_font): Initialize font_charset_alist.
Declare Ffont_shape_text as a Lisp function. Call syms_of_XXfont
conditionally.
@@ -14873,7 +14874,7 @@
* font.c (font_unparse_fcname): Fix typo (swidth->width).
(font_list_entities): Check driver_list->on.
- (register_font_driver): Initalize `on' member to 0.
+ (register_font_driver): Initialize `on' member to 0.
(font_update_drivers): New function.
(Fclear_font_cache): Check driver_list->on.
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2
index 265cc95e60d..d90e326f970 100644
--- a/src/ChangeLog.2
+++ b/src/ChangeLog.2
@@ -683,7 +683,7 @@
(That `select' saw something on channel 0 doesn't mean it is
kbd input; it could be an expose event.)
- * keyboard.c (read_avail_input) [FIONREAD]: Now static.
+ * keyboard.c (read_avail_input) [FIONREAD]: Now static.
New arg specifies value of NREAD;
if it is nonzero, don't call get_input_pending to get it.
Use kbd_buffer_store_char to put chars into kbd_buffer.
@@ -1210,7 +1210,7 @@
Remove #ifndef VMS around the sleep when buffer is full.
* s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use.
- * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
+ * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp.
1987-07-17 Paul Rubin (phr@prep)
@@ -1442,7 +1442,7 @@
Turn on call to vmserrstr.
* sysdep.c (vmserrstr) [VMS]: Define this function.
- * process.c (create_process) [IRIS]: Don't open the pty's tty
+ * process.c (create_process) [IRIS]: Don't open the pty's tty
in the parent process. Open only once, in the child.
* xdisp.c (redisplay_window): If window-start points nowhere,
@@ -1544,8 +1544,8 @@
1987-05-05 Richard Mlynarik (mly@prep)
- * m-irist.h: New version from raible@orville.arpa
- * s-iris3-5.h: New file. (s-usg5-2 with additions)
+ * m-irist.h: New version from raible@orville.arpa
+ * s-iris3-5.h: New file. (s-usg5-2 with additions)
* keyboard.c:
IRIS, like HPUX, #defines but does not implement FIONREAD.
@@ -1563,10 +1563,10 @@
1987-04-27 Richard Mlynarik (mly@prep)
* fileio.c (APOLLO from lnz):
- Fcopy_file, Fset_file_modes: Don't use un*x modes if
+ (Fcopy_file, Fset_file_modes): Don't use un*x modes if
env var USE_DOMAIN_ACLS is set.
- Fset_file_modes: utimes fix.
- Finsert_file_contents: Must do fstat after open for Apollo.
+ (Fset_file_modes): utimes fix.
+ (Finsert_file_contents): Must do fstat after open for Apollo.
* emacs.c (main): (APOLLO from lnz):
Don't use un*x modes if env var USE_DOMAIN_ACLS set.
@@ -1675,7 +1675,7 @@
1987-03-20 Richard Mlynarik (mly@prep)
- * filemode.c: Hacks for set-uid/gid but not executable.
+ * filemode.c: Hacks for set-uid/gid but not executable.
1987-03-20 Richard M. Stallman (rms@prep)
@@ -1966,7 +1966,7 @@
1987-02-22 Richard M. Stallman (rms@prep)
- * dispnew.c (Fopen_termscript): Close existing termscript
+ * dispnew.c (Fopen_termscript): Close existing termscript
file before trying to open a new one. Report open failure
with report_file_error.
@@ -2071,9 +2071,9 @@
1987-02-10 Richard Mlynarik (mly@prep)
- * xfns.c (Fx_get_default): Add (unsigned char *) cast.
+ * xfns.c (Fx_get_default): Add (unsigned char *) cast.
- * window.c: typo.
+ * window.c: Typo.
1987-02-09 Richard M. Stallman (rms@prep)
@@ -2853,7 +2853,7 @@
local variables for more register decls. Compute
and pass `envlen' arg to child_setup.
- * process.c (create_process): Compute and pass `envlen' arg
+ * process.c (create_process): Compute and pass `envlen' arg
to child_setup.
* xterm.c (x_term_init): Don't call XPopUpWindow at all.
@@ -3998,7 +3998,7 @@
* editfns.c (Fuser_uid, Fuser_real_uid):
New functions that return values of geteuid and getuid system calls.
- * dired.c (Ffile_attributes): Value has additional element
+ * dired.c (Ffile_attributes): Value has additional element
t iff file gid would change if Emacs deletes it and recreates it.
* xdisp.c (display_mode_element):
@@ -4078,7 +4078,7 @@
being unbound. struct catchtag has two new fields,
gcpro and pdlcount.
- * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
+ * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp.
* eval.c (internal_catch): No need to restore anything
from the catchtag after throw, because unbind_catch does it all.
@@ -4657,7 +4657,7 @@
* fileio.c (Ffile_newer_than_file_p): New Lisp primitive.
- * fileio.c (Ffile_exists_p): this is now distinct from
+ * fileio.c (Ffile_exists_p): This is now distinct from
Ffile_readable_p; it checks only for existence, not for
readability.
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index fbe3f752aed..11c818f18d9 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -5146,7 +5146,7 @@
Change mouse movement events to be arranged like click events.
(format_modifiers): Note that the click modifier has no
written representation.
- (modifier_names, modifer_symbols): New variables, used to
+ (modifier_names, modifier_symbols): New variables, used to
create the Qevent_symbol_elements property.
(modify_event_symbol): Change the format of the modified
symbol cache; there are too many modifier bits now to use a
@@ -5154,8 +5154,8 @@
Document the format of the cache.
Put the Qevent_symbol_elements property on each new symbol,
instead of a Qevent_unmodified property.
- (symbols_of_keyboard): Put Qevent_symbol_elements properties on
- the symbols specified in head_table, not Qevent_unmodifed properties.
+ (symbols_of_keyboard): Put Qevent_symbol_elements properties on the
+ symbols specified in head_table, not Qevent_unmodified properties.
Initialize and staticpro modifier_symbols, and staticpro the
window elements of button_down_location.
@@ -11207,7 +11207,7 @@
events to send the function key number instead of a symbol.
* keyboard.c (modify_event_symbol): Re-arranged to work well
with function key/mouse button numbers instead of symbols.
- And if (MODIFIERS & up_modifer), prepend "U-" to the name of the
+ And if (MODIFIERS & up_modifier), prepend "U-" to the name of the
symbol being constructed.
(make_lispy_event): Use the new modify_event_symbol.
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index d30bd1bdb00..89d43526609 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -3107,7 +3107,7 @@
* lisp.h (enum Lisp_Type): Lisp_Process, Lisp_Window, Lisp_Frame,
Lisp_Subr deleted.
- (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting.
+ (PSEUDOVECTORP, GC_PSEUDOVECTORP): Add paren for proper nesting.
(PROCESSP, GC_PROCESSP, XSETPROCESS): Rewrite to use pseudovectors.
(WINDOWP, GC_WINDOWP, XSETWINDOW): Likewise.
(FRAMEP, GC_FRAMEP): Likewise.
@@ -4093,7 +4093,7 @@
* xterm.h: Delete X10 code.
- * xfns.c (Fx_create_frame): Don't increment refernce_count
+ * xfns.c (Fx_create_frame): Don't increment reference_count
until the frame is put on the frame list.
* xterm.c (x_initialize): Init x_noop_count, x_focus_frame
@@ -7039,7 +7039,7 @@
1994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
- * mips-siemens.h: Include pyramid.h, not mips.h.
+ * mips-siemens.h: Include pyramid.h, not mips.h.
(LOAD_AVE_TYPE, LOAD_AVE_CVT): Definitions deleted.
(NO_ARG_ARRAY, HAVE_ALLOCA): Defined.
(BROKEN_FIONREAD): Add #undef.
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index a334b4806da..b5927108808 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -1040,7 +1040,7 @@
* lread.c: Remember the last TWO strings skipped with #@.
(prev_saved_doc_string*): New variables.
- (Fload): Initalize prev_saved_doc_string.
+ (Fload): Initialize prev_saved_doc_string.
(read1): Copy saved_doc_string to prev_saved_doc_string
before storing a new string in saved_doc_string.
(read_list): Look in prev_saved_doc_string as well as
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 6da7b6862a5..eeaae29db52 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -3686,7 +3686,7 @@
* lread.c (read_escape): For Control modifier, pay attention to
multibyte character.
(read1): Likewise. Signal error or a multibyte character which
- has a modifer bit. Check validity of Shift modifer.
+ has a modifier bit. Check validity of Shift modifier.
* charset.c (non_ascii_char_to_string): Handle modifier bits as
the same as Lisp reader.
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 @@
2001-01-07 Dave Love <fx@gnu.org>
- * keyboard.c (Fread_key_sequence_vector): Avoid newline in
+ * keyboard.c (Fread_key_sequence_vector): Avoid newline in
arglist, for documentation's sake.
2001-01-06 Andrew Innes <andrewi@gnu.org>
@@ -4180,7 +4180,7 @@
what's displayed in the window.
* xdisp.c (try_window_reusing_current_matrix)
- <new start <= old start>: Disable rows in the current matrix
+ <new start <= old start>: Disable rows in the current matrix
which are below the window after scrolling.
* xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
@@ -5480,7 +5480,7 @@
* lisp.h (pos_visible_p): Change prototype.
* dispextern.h (CURRENT_MODE_LINE_HEIGHT)
- (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
+ (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
and current_header_line_height first.
(current_mode_line_height, current_header_line_height):
Declare extern.
@@ -6683,7 +6683,7 @@
(create_offscreen_bitmap): New function.
(w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
- * w32term.c (x_produce_glyphs): If the distance from the current
+ * w32term.c (x_produce_glyphs): If the distance from the current
position to the next tab stop is less than a canonical character
width, use the tab stop after that.
(x_draw_glyphs): Handle case START and END are out of bounds more
@@ -7536,7 +7536,7 @@
CYCLE_CHECK arguments.
(merge_face_vector_with_property, Finternal_merge_in_global_face)
(lookup_named_face, lookup_derived_face, realize_named_face)
- (face_at_string_position, face_at_buffer_position): Supply
+ (face_at_string_position, face_at_buffer_position): Supply
new F and CYCLE_CHECK arguments to merge_face_vectors.
(merge_face_heights): New function.
(merge_face_vectors, merge_face_vector_with_property)
@@ -7826,7 +7826,7 @@
(x_compute_glyph_string_overhangs): Incomplete body removed, as
the X way of doing this will not work for W32.
(w32_intersect_rectangles): Removed. Use IntersectRect API call.
- (x_draw_image_foreground): Avoid drawing outside of the clip area
+ (x_draw_image_foreground): Avoid drawing outside of the clip area
when image doesn't have a mask.
(note_mouse_highlight): Process overlays in the right order of
priority. Set help_echo_window.
@@ -10156,7 +10156,7 @@
(encode_coding_string): Likewise.
* ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
- <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
+ <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
eight-bit-graphic correctly.
2000-05-24 Kenichi HANDA <handa@etl.go.jp>
@@ -12812,7 +12812,7 @@
(xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
(xim_initialize, xim_close)
[HAVE_X_I18N && HAVE_X11R6]: New functions.
- (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
+ (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
(x_term_init) [HAVE_X_I18N]: Call xim_initialize.
(x_delete_display) [HAVE_X_I18N]: Call xim_close.
diff --git a/src/font.c b/src/font.c
index 765712198fe..c72f189d87f 100644
--- a/src/font.c
+++ b/src/font.c
@@ -4634,7 +4634,7 @@ DEFUN ("font-variation-glyphs", Ffont_variation_glyphs, Sfont_variation_glyphs,
doc: /* Return a list of variation glyphs for CHAR in FONT-OBJECT.
Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID),
where
- VARIATION-SELECTOR is a chracter code of variation selection
+ VARIATION-SELECTOR is a character code of variation selection
(#xFE00..#xFE0F or #xE0100..#xE01EF)
GLYPH-ID is a glyph code of the corresponding variation glyph. */)
(font_object, character)
diff --git a/src/frame.h b/src/frame.h
index 887d47eff21..8f5e47c40a5 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -306,7 +306,7 @@ struct frame
/* Canonical X unit. Width of default font, in pixels. */
int column_width;
- /* Widht of space glyph of default font, in pixels. */
+ /* Width of space glyph of default font, in pixels. */
int space_width;
/* Canonical Y unit. Height of a line, in pixels. */
diff --git a/src/nsterm.m b/src/nsterm.m
index fc933c099e8..d1b984d5382 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -145,24 +145,24 @@ Lisp_Object Qalt, Qcontrol, Qhyper, Qmeta, Qsuper, Qnone;
extern Lisp_Object Qcursor_color, Qcursor_type, Qns, Qleft;
/* Specifies which emacs modifier should be generated when NS receives
- the Alternate modifer. May be Qnone or any of the modifier lisp symbols. */
+ the Alternate modifier. May be Qnone or any of the modifier lisp symbols. */
Lisp_Object ns_alternate_modifier;
/* Specifies which emacs modifier should be generated when NS receives
- the right Alternate modifer. Has same values as ns_alternate_modifier plus
+ the right Alternate modifier. Has same values as ns_alternate_modifier plus
the value Qleft which means whatever value ns_alternate_modifier has. */
Lisp_Object ns_right_alternate_modifier;
/* Specifies which emacs modifier should be generated when NS receives
- the Command modifer. May be any of the modifier lisp symbols. */
+ the Command modifier. May be any of the modifier lisp symbols. */
Lisp_Object ns_command_modifier;
/* Specifies which emacs modifier should be generated when NS receives
- the Control modifer. May be any of the modifier lisp symbols. */
+ the Control modifier. May be any of the modifier lisp symbols. */
Lisp_Object ns_control_modifier;
/* Specifies which emacs modifier should be generated when NS receives
- the Function modifer (laptops). May be any of the modifier lisp symbols. */
+ the Function modifier (laptops). May be any of the modifier lisp symbols. */
Lisp_Object ns_function_modifier;
/* Control via default 'GSFontAntiAlias' on OS X and GNUstep. */