aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-11-19 23:30:16 -0800
committerPaul Eggert2011-11-19 23:30:16 -0800
commit40ba43b4b71df1d51954bdad071e74243c4aea7c (patch)
treee4cb03937e72463278264e9684481d68ece4698c /src
parent24901d610c9ff524e7e7c132dca1cd4312368db0 (diff)
downloademacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.tar.gz
emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.zip
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.114
-rw-r--r--src/ccl.c2
-rw-r--r--src/fontset.c2
-rw-r--r--src/gtkutil.c2
-rw-r--r--src/sound.c2
-rw-r--r--src/sysdep.c2
-rw-r--r--src/xfns.c2
7 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 85f6c00eaaf..896f08916b3 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -7199,7 +7199,7 @@
7199 7199
72002010-06-27 Chong Yidong <cyd@stupidchicken.com> 72002010-06-27 Chong Yidong <cyd@stupidchicken.com>
7201 7201
7202 * xfns.c (Fx_create_frame): Don't consult X resouces when setting 7202 * xfns.c (Fx_create_frame): Don't consult X resources when setting
7203 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and 7203 menu-bar-lines and tool-bar-lines. Use menu-bar-mode and
7204 tool-bar-mode, which are now set using these X resources at 7204 tool-bar-mode, which are now set using these X resources at
7205 startup, to determine the defaults (Bug#2249). 7205 startup, to determine the defaults (Bug#2249).
@@ -29136,7 +29136,7 @@
29136 29136
29137 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER): 29137 * lisp.h (defvar_per_buffer, DEFVAR_PER_BUFFER):
29138 * lread.c (defvar_per_buffer): 29138 * lread.c (defvar_per_buffer):
29139 * abbrev.c (syms_of_abbrev) <local-abbrev-tabl>: Move to buffer.c. 29139 * abbrev.c (syms_of_abbrev) <local-abbrev-table>: Move to buffer.c.
29140 29140
29141 * window.c (candidate_window_p): Only consider as visible frames that 29141 * window.c (candidate_window_p): Only consider as visible frames that
29142 are on the same terminal. 29142 are on the same terminal.
diff --git a/src/ccl.c b/src/ccl.c
index 2b4f04d1247..84d7a6a25ff 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -826,7 +826,7 @@ while (0)
826 : (charset = CHARSET_FROM_ID ((id)), DECODE_CHAR (charset, (code)))) 826 : (charset = CHARSET_FROM_ID ((id)), DECODE_CHAR (charset, (code))))
827 827
828/* Encode character C by some of charsets in CHARSET_LIST. Set ID to 828/* Encode character C by some of charsets in CHARSET_LIST. Set ID to
829 the id of the used charset, ENCODED to the resulf of encoding. 829 the id of the used charset, ENCODED to the result of encoding.
830 Assume that we can use the variable `charset'. */ 830 Assume that we can use the variable `charset'. */
831 831
832#define CCL_ENCODE_CHAR(c, charset_list, id, encoded) \ 832#define CCL_ENCODE_CHAR(c, charset_list, id, encoded) \
diff --git a/src/fontset.c b/src/fontset.c
index e20d7957c7f..9697f62ea72 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -905,7 +905,7 @@ face_suitable_for_char_p (struct face *face, int c)
905 905
906 906
907/* Return ID of face suitable for displaying character C on frame F. 907/* Return ID of face suitable for displaying character C on frame F.
908 FACE must be reazlied for ASCII characters in advance. Called from 908 FACE must be realized for ASCII characters in advance. Called from
909 the macro FACE_FOR_CHAR. */ 909 the macro FACE_FOR_CHAR. */
910 910
911int 911int
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 3df46afcd3a..7e6f5c3164d 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -2363,7 +2363,7 @@ xg_create_one_menuitem (widget_value *item,
2363 HIGHLIGHT_CB is the callback to call when entering/leaving menu items. 2363 HIGHLIGHT_CB is the callback to call when entering/leaving menu items.
2364 POP_UP_P is non-zero if we shall create a popup menu. 2364 POP_UP_P is non-zero if we shall create a popup menu.
2365 MENU_BAR_P is non-zero if we shall create a menu bar. 2365 MENU_BAR_P is non-zero if we shall create a menu bar.
2366 ADD_TEAROFF_P is non-zero if we shall add a teroff menu item. Ignored 2366 ADD_TEAROFF_P is non-zero if we shall add a tearoff menu item. Ignored
2367 if MENU_BAR_P is non-zero. 2367 if MENU_BAR_P is non-zero.
2368 TOPMENU is the topmost GtkWidget that others shall be placed under. 2368 TOPMENU is the topmost GtkWidget that others shall be placed under.
2369 It may be NULL, in that case we create the appropriate widget 2369 It may be NULL, in that case we create the appropriate widget
diff --git a/src/sound.c b/src/sound.c
index 39007574afc..4e9758d27df 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -267,7 +267,7 @@ struct sound
267 read from the start of a sound file. */ 267 read from the start of a sound file. */
268 char *header; 268 char *header;
269 269
270 /* Number of bytes raed from sound file. This is always <= 270 /* Number of bytes read from sound file. This is always <=
271 MAX_SOUND_HEADER_BYTES. */ 271 MAX_SOUND_HEADER_BYTES. */
272 int header_size; 272 int header_size;
273 273
diff --git a/src/sysdep.c b/src/sysdep.c
index d666f8dbb79..ae200308bf3 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1663,7 +1663,7 @@ init_signals (void)
1663 sys_siglist[SIGQUIT] = "Quit"; 1663 sys_siglist[SIGQUIT] = "Quit";
1664# endif 1664# endif
1665# ifdef SIGRETRACT 1665# ifdef SIGRETRACT
1666 sys_siglist[SIGRETRACT] = "Need to relinguish monitor mode"; 1666 sys_siglist[SIGRETRACT] = "Need to relinquish monitor mode";
1667# endif 1667# endif
1668# ifdef SIGSAK 1668# ifdef SIGSAK
1669 sys_siglist[SIGSAK] = "Secure attention"; 1669 sys_siglist[SIGSAK] = "Secure attention";
diff --git a/src/xfns.c b/src/xfns.c
index 88e8ac595c5..c68149cce11 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -5914,7 +5914,7 @@ the tool bar buttons. */);
5914 x_gtk_whole_detached_tool_bar = 0; 5914 x_gtk_whole_detached_tool_bar = 0;
5915 5915
5916 DEFVAR_BOOL ("x-gtk-use-system-tooltips", x_gtk_use_system_tooltips, 5916 DEFVAR_BOOL ("x-gtk-use-system-tooltips", x_gtk_use_system_tooltips,
5917 doc: /* *If non-nil with a Gtk+ built Emacs, the Gtk+ toolip is used. 5917 doc: /* *If non-nil with a Gtk+ built Emacs, the Gtk+ tooltip is used.
5918Otherwise use Emacs own tooltip implementation. 5918Otherwise use Emacs own tooltip implementation.
5919When using Gtk+ tooltips, the tooltip face is not used. */); 5919When using Gtk+ tooltips, the tooltip face is not used. */);
5920 x_gtk_use_system_tooltips = 1; 5920 x_gtk_use_system_tooltips = 1;