aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 01:09:20 -0800
committerPaul Eggert2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /src
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c4
-rw-r--r--src/chartab.c2
-rw-r--r--src/dired.c2
-rw-r--r--src/doprnt.c2
-rw-r--r--src/frame.c2
-rw-r--r--src/gtkutil.c4
-rw-r--r--src/keyboard.c4
-rw-r--r--src/w32fns.c2
-rw-r--r--src/w32font.c2
-rw-r--r--src/w32proc.c2
-rw-r--r--src/xterm.c2
11 files changed, 14 insertions, 14 deletions
diff --git a/src/ccl.c b/src/ccl.c
index 83192d9d737..6366f1acb88 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -484,7 +484,7 @@ static Lisp_Object Vccl_program_table;
484 If the element is t or lambda, finish without changing reg[rrr]. 484 If the element is t or lambda, finish without changing reg[rrr].
485 If the element is a number, set reg[rrr] to the number and finish. 485 If the element is a number, set reg[rrr] to the number and finish.
486 486
487 Detail of the map structure is descibed in the comment for 487 Detail of the map structure is described in the comment for
488 CCL_MapMultiple below. */ 488 CCL_MapMultiple below. */
489 489
490#define CCL_IterateMultipleMap 0x10 /* Iterate multiple maps 490#define CCL_IterateMultipleMap 0x10 /* Iterate multiple maps
@@ -1808,7 +1808,7 @@ ccl_driver (struct ccl_program *ccl, int *source, int *destination, int src_size
1808 1808
1809/* Resolve symbols in the specified CCL code (Lisp vector). This 1809/* Resolve symbols in the specified CCL code (Lisp vector). This
1810 function converts symbols of code conversion maps and character 1810 function converts symbols of code conversion maps and character
1811 translation tables embeded in the CCL code into their ID numbers. 1811 translation tables embedded in the CCL code into their ID numbers.
1812 1812
1813 The return value is a vector (CCL itself or a new vector in which 1813 The return value is a vector (CCL itself or a new vector in which
1814 all symbols are resolved), Qt if resolving of some symbol failed, 1814 all symbols are resolved), Qt if resolving of some symbol failed,
diff --git a/src/chartab.c b/src/chartab.c
index 7e8161461f3..724b3076a11 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -1196,7 +1196,7 @@ uniprop_table_uncompress (Lisp_Object table, int idx)
1196} 1196}
1197 1197
1198 1198
1199/* Decode VALUE as an elemnet of char-table TABLE. */ 1199/* Decode VALUE as an element of char-table TABLE. */
1200 1200
1201static Lisp_Object 1201static Lisp_Object
1202uniprop_decode_value_run_length (Lisp_Object table, Lisp_Object value) 1202uniprop_decode_value_run_length (Lisp_Object table, Lisp_Object value)
diff --git a/src/dired.c b/src/dired.c
index fac3a34ab9b..acc81a6ed9d 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -628,7 +628,7 @@ file_name_completion (Lisp_Object file, Lisp_Object dirname, int all_flag, int v
628 628
629 if (includeall && !canexclude) 629 if (includeall && !canexclude)
630 { /* If we have one non-excludable file, we want to exclude the 630 { /* If we have one non-excludable file, we want to exclude the
631 excudable files. */ 631 excludable files. */
632 includeall = 0; 632 includeall = 0;
633 /* Throw away any previous excludable match found. */ 633 /* Throw away any previous excludable match found. */
634 bestmatch = Qnil; 634 bestmatch = Qnil;
diff --git a/src/doprnt.c b/src/doprnt.c
index b4d13c59137..35af2297ff4 100644
--- a/src/doprnt.c
+++ b/src/doprnt.c
@@ -26,7 +26,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
26 of the (`int') argument, suitable for display in an Emacs buffer. 26 of the (`int') argument, suitable for display in an Emacs buffer.
27 27
28 . For %s and %c, when field width is specified (e.g., %25s), it accounts for 28 . For %s and %c, when field width is specified (e.g., %25s), it accounts for
29 the diplay width of each character, according to char-width-table. That 29 the display width of each character, according to char-width-table. That
30 is, it does not assume that each character takes one column on display. 30 is, it does not assume that each character takes one column on display.
31 31
32 . If the size of the buffer is not enough to produce the formatted string in 32 . If the size of the buffer is not enough to produce the formatted string in
diff --git a/src/frame.c b/src/frame.c
index ab60fd5b808..c14f4db91da 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2487,7 +2487,7 @@ If FRAME is omitted, the selected frame is used. The exact value
2487of the result depends on the window-system and toolkit in use: 2487of the result depends on the window-system and toolkit in use:
2488 2488
2489In the Gtk+ version of Emacs, it includes only any window (including 2489In the Gtk+ version of Emacs, it includes only any window (including
2490the minibuffer or eacho area), mode line, and header line. It does not 2490the minibuffer or echo area), mode line, and header line. It does not
2491include the tool bar or menu bar. 2491include the tool bar or menu bar.
2492 2492
2493With the Motif or Lucid toolkits, it also includes the tool bar (but 2493With the Motif or Lucid toolkits, it also includes the tool bar (but
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 04104064096..0b7fd41f5f6 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1423,7 +1423,7 @@ get_dialog_title (char key)
1423/* Callback for dialogs that get WM_DELETE_WINDOW. We pop down 1423/* Callback for dialogs that get WM_DELETE_WINDOW. We pop down
1424 the dialog, but return TRUE so the event does not propagate further 1424 the dialog, but return TRUE so the event does not propagate further
1425 in GTK. This prevents GTK from destroying the dialog widget automatically 1425 in GTK. This prevents GTK from destroying the dialog widget automatically
1426 and we can always destrou the widget manually, regardles of how 1426 and we can always destroy the widget manually, regardless of how
1427 it was popped down (button press or WM_DELETE_WINDOW). 1427 it was popped down (button press or WM_DELETE_WINDOW).
1428 W is the dialog widget. 1428 W is the dialog widget.
1429 EVENT is the GdkEvent that represents WM_DELETE_WINDOW (not used). 1429 EVENT is the GdkEvent that represents WM_DELETE_WINDOW (not used).
@@ -2294,7 +2294,7 @@ tearoff_activate (GtkWidget *widget, gpointer client_data)
2294 2294
2295 2295
2296/* Create a menu item widget, and connect the callbacks. 2296/* Create a menu item widget, and connect the callbacks.
2297 ITEM decribes the menu item. 2297 ITEM describes the menu item.
2298 F is the frame the created menu belongs to. 2298 F is the frame the created menu belongs to.
2299 SELECT_CB is the callback to use when a menu item is selected. 2299 SELECT_CB is the callback to use when a menu item is selected.
2300 HIGHLIGHT_CB is the callback to call when entering/leaving menu items. 2300 HIGHLIGHT_CB is the callback to call when entering/leaving menu items.
diff --git a/src/keyboard.c b/src/keyboard.c
index 87dd2b0e251..5d1784ad0b0 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -932,7 +932,7 @@ pop_kboard (void)
932 state later. 932 state later.
933 933
934 If Emacs is already in single_kboard mode, and F's keyboard is 934 If Emacs is already in single_kboard mode, and F's keyboard is
935 locked, then this function will throw an errow. */ 935 locked, then this function will throw an error. */
936 936
937void 937void
938temporarily_switch_to_single_kboard (struct frame *f) 938temporarily_switch_to_single_kboard (struct frame *f)
@@ -5393,7 +5393,7 @@ make_lispy_event (struct input_event *event)
5393 || !lispy_function_keys[event->code - FUNCTION_KEY_OFFSET]) 5393 || !lispy_function_keys[event->code - FUNCTION_KEY_OFFSET])
5394 { 5394 {
5395 /* We need to use an alist rather than a vector as the cache 5395 /* We need to use an alist rather than a vector as the cache
5396 since we can't make a vector long enuf. */ 5396 since we can't make a vector long enough. */
5397 if (NILP (KVAR (current_kboard, system_key_syms))) 5397 if (NILP (KVAR (current_kboard, system_key_syms)))
5398 KVAR (current_kboard, system_key_syms) = Fcons (Qnil, Qnil); 5398 KVAR (current_kboard, system_key_syms) = Fcons (Qnil, Qnil);
5399 return modify_event_symbol (event->code, 5399 return modify_event_symbol (event->code,
diff --git a/src/w32fns.c b/src/w32fns.c
index b4166cbf691..4a6da46141c 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -6709,7 +6709,7 @@ DEFUN ("default-printer-name", Fdefault_printer_name, Sdefault_printer_name,
6709 ClosePrinter (hPrn); 6709 ClosePrinter (hPrn);
6710 return Qnil; 6710 return Qnil;
6711 } 6711 }
6712 /* Call GetPrinter again with big enouth memory block */ 6712 /* Call GetPrinter again with big enough memory block. */
6713 err = GetPrinter (hPrn, 2, (LPBYTE)ppi2, dwNeeded, &dwReturned); 6713 err = GetPrinter (hPrn, 2, (LPBYTE)ppi2, dwNeeded, &dwReturned);
6714 ClosePrinter (hPrn); 6714 ClosePrinter (hPrn);
6715 if (!err) 6715 if (!err)
diff --git a/src/w32font.c b/src/w32font.c
index ac1d678edee..bd58e7e757b 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -330,7 +330,7 @@ w32font_list (Lisp_Object frame, Lisp_Object font_spec)
330 330
331/* w32 implementation of match for font backend. 331/* w32 implementation of match for font backend.
332 Return a font entity most closely matching with FONT_SPEC on 332 Return a font entity most closely matching with FONT_SPEC on
333 FRAME. The closeness is detemined by the font backend, thus 333 FRAME. The closeness is determined by the font backend, thus
334 `face-font-selection-order' is ignored here. */ 334 `face-font-selection-order' is ignored here. */
335static Lisp_Object 335static Lisp_Object
336w32font_match (Lisp_Object frame, Lisp_Object font_spec) 336w32font_match (Lisp_Object frame, Lisp_Object font_spec)
diff --git a/src/w32proc.c b/src/w32proc.c
index 65d63597fae..c2020b40241 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -2296,7 +2296,7 @@ filesystems via ange-ftp. */);
2296 doc: /* Non-nil means attempt to fake realistic inode values. 2296 doc: /* Non-nil means attempt to fake realistic inode values.
2297This works by hashing the truename of files, and should detect 2297This works by hashing the truename of files, and should detect
2298aliasing between long and short (8.3 DOS) names, but can have 2298aliasing between long and short (8.3 DOS) names, but can have
2299false positives because of hash collisions. Note that determing 2299false positives because of hash collisions. Note that determining
2300the truename of a file can be slow. */); 2300the truename of a file can be slow. */);
2301 Vw32_generate_fake_inodes = Qnil; 2301 Vw32_generate_fake_inodes = Qnil;
2302#endif 2302#endif
diff --git a/src/xterm.c b/src/xterm.c
index fb77faa75fe..0da78ae1bb1 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6120,7 +6120,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, XEvent *eventptr,
6120 { 6120 {
6121 /* Gnome shell does not iconify us when C-z is pressed. It hides 6121 /* Gnome shell does not iconify us when C-z is pressed. It hides
6122 the frame. So if our state says we aren't hidden anymore, 6122 the frame. So if our state says we aren't hidden anymore,
6123 treat is as deiconfied. */ 6123 treat it as deiconified. */
6124 if (! f->async_iconified) 6124 if (! f->async_iconified)
6125 SET_FRAME_GARBAGED (f); 6125 SET_FRAME_GARBAGED (f);
6126 f->async_visible = 1; 6126 f->async_visible = 1;