aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /src
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/ChangeLog.1112
-rw-r--r--src/ChangeLog.32
-rw-r--r--src/ChangeLog.72
-rw-r--r--src/ChangeLog.86
-rw-r--r--src/bidi.c2
-rw-r--r--src/buffer.c2
-rw-r--r--src/casetab.c2
-rw-r--r--src/charset.c2
-rw-r--r--src/dispextern.h4
-rw-r--r--src/frame.c4
-rw-r--r--src/search.c4
-rw-r--r--src/xterm.c2
13 files changed, 27 insertions, 22 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7accd0d5eea..6cb461b0ea1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-11-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * casetab.c (Fset_case_table):
4 * charset.c (Fcharset_after): Fix typos.
5
12011-11-20 Paul Eggert <eggert@cs.ucla.edu> 62011-11-20 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042). 8 Standardize on VIRT_ADDR_VARIES behavior (Bug#10042).
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 37a75c3c998..85f6c00eaaf 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -6604,9 +6604,9 @@
6604 * keyboard.c (input_available_signal): Declare. 6604 * keyboard.c (input_available_signal): Declare.
6605 (kbd_buffer_nr_stored): New function. 6605 (kbd_buffer_nr_stored): New function.
6606 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns 6606 (kbd_buffer_store_event_hold): If kbd_buffer_nr_stored returns
6607 more than KBD_BUFFER_SIZE/2, stop reding input (Bug#6571). 6607 more than KBD_BUFFER_SIZE/2, stop reading input (Bug#6571).
6608 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored 6608 (kbd_buffer_get_event): If input is suspended and kbd_buffer_nr_stored
6609 returns less than KBD_BUFFER_SIZE/4, resume reding input (Bug#6571). 6609 returns less than KBD_BUFFER_SIZE/4, resume reading input (Bug#6571).
6610 (tty_read_avail_input): If input is on hold, return. 6610 (tty_read_avail_input): If input is on hold, return.
6611 Don't read more that free slots in kbd_buffer (Bug#6571). 6611 Don't read more that free slots in kbd_buffer (Bug#6571).
6612 6612
@@ -7683,7 +7683,7 @@
7683 7683
76842010-05-20 Juri Linkov <juri@jurta.org> 76842010-05-20 Juri Linkov <juri@jurta.org>
7685 7685
7686 * fileio.c (Fdelete_file): Change interative spec to use 7686 * fileio.c (Fdelete_file): Change interactive spec to use
7687 `read-file-name' like in `find-file-read-args' where the default 7687 `read-file-name' like in `find-file-read-args' where the default
7688 value is `default-directory' instead of `buffer-file-name'. 7688 value is `default-directory' instead of `buffer-file-name'.
7689 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html 7689 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
@@ -11923,7 +11923,7 @@
11923 11923
11924 * process.c (status_notify): Don't perform redisplay. 11924 * process.c (status_notify): Don't perform redisplay.
11925 (Fdelete_process, list_processes_1, process_send_signal): 11925 (Fdelete_process, list_processes_1, process_send_signal):
11926 Expliticly perform redisplay. 11926 Explicitly perform redisplay.
11927 (wait_reading_process_output): Always check process status, but 11927 (wait_reading_process_output): Always check process status, but
11928 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930). 11928 don't perform redisplay unless DO_DISPLAY is non-zero (Bug#2930).
11929 11929
@@ -25081,7 +25081,7 @@
25081 * keymap.c (describe_vector): Handle default value of a char table. 25081 * keymap.c (describe_vector): Handle default value of a char table.
25082 25082
25083 * fontset.c (fontset_face): Handle fallback fonts correctly. 25083 * fontset.c (fontset_face): Handle fallback fonts correctly.
25084 (Ffontset_info): Return infomation about fallback fonts. 25084 (Ffontset_info): Return information about fallback fonts.
25085 25085
250862008-02-01 Kenichi Handa <handa@m17n.org> 250862008-02-01 Kenichi Handa <handa@m17n.org>
25087 25087
@@ -30892,7 +30892,7 @@
308922007-06-14 Jason Rumney <jasonr@gnu.org> 308922007-06-14 Jason Rumney <jasonr@gnu.org>
30893 30893
30894 * w32.c (get_process_times_fn): New function pointer. 30894 * w32.c (get_process_times_fn): New function pointer.
30895 (globals_of_w32): Intialize it if present in kernel32.dll. 30895 (globals_of_w32): Initialize it if present in kernel32.dll.
30896 (w32_get_internal_run_time): New function. 30896 (w32_get_internal_run_time): New function.
30897 30897
30898 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it. 30898 * editfns.c (Fget_internal_run_time) [WINDOWSNT]: Use it.
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index fb3ec172055..cbf867829c7 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -6089,7 +6089,7 @@
6089 shrink below the minimum, this code would only try to delete it if 6089 shrink below the minimum, this code would only try to delete it if
6090 it had a parent. Well, even if the window doesn't have a parent, 6090 it had a parent. Well, even if the window doesn't have a parent,
6091 you want Fdelete_window to signal an error, since you're trying to 6091 you want Fdelete_window to signal an error, since you're trying to
6092 resize one of the undeleteable windows into nothingness. So call 6092 resize one of the undeletable windows into nothingness. So call
6093 Fdelete_window even if the window doesn't have a parent. 6093 Fdelete_window even if the window doesn't have a parent.
6094 6094
6095 * window.c (MINSIZE): Add kludge so that the minibuffer is always 6095 * window.c (MINSIZE): Add kludge so that the minibuffer is always
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7
index ec4c27a4d9e..fc97acdeb1e 100644
--- a/src/ChangeLog.7
+++ b/src/ChangeLog.7
@@ -5774,7 +5774,7 @@
5774 5774
5775 (w32_initialize): Set input mode. Use w32_msg_worker instead 5775 (w32_initialize): Set input mode. Use w32_msg_worker instead
5776 of windows_msg_worker. Dynamically link proportional scroll bar 5776 of windows_msg_worker. Dynamically link proportional scroll bar
5777 functions and intialize proportional scroll bar variables. 5777 functions and initialize proportional scroll bar variables.
5778 (syms_of_w32term): DEFVAR new variables. 5778 (syms_of_w32term): DEFVAR new variables.
5779 5779
5780 * w32term.h (w32_output): New fields menubar_widget, menubar_active, 5780 * w32term.h (w32_output): New fields menubar_widget, menubar_active,
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index bd51e55cdc6..e21af17657f 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -2723,7 +2723,7 @@
2723 (CURSOR_FACE_ID, MOUSE_FACE_ID): New. 2723 (CURSOR_FACE_ID, MOUSE_FACE_ID): New.
2724 2724
2725 * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New. 2725 * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New.
2726 (syms_of_xfaces): Intialize new symbols. 2726 (syms_of_xfaces): Initialize new symbols.
2727 2727
2728 * fns.c (Fmakehash): Take one argument, test, make all the 2728 * fns.c (Fmakehash): Take one argument, test, make all the
2729 rest keyword arguments. 2729 rest keyword arguments.
@@ -9227,7 +9227,7 @@
9227 * xdisp.c (store_frame_title_char): New function to store a 9227 * xdisp.c (store_frame_title_char): New function to store a
9228 single character for the frame title with re-allocation of 9228 single character for the frame title with re-allocation of
9229 frame_title_buf. 9229 frame_title_buf.
9230 (init_xdisp): Intialize frame_title_.* variables to null. 9230 (init_xdisp): Initialize frame_title_.* variables to null.
9231 9231
9232 * dispnew.c (quit_error_check): Removed. 9232 * dispnew.c (quit_error_check): Removed.
9233 9233
@@ -12321,7 +12321,7 @@
12321 (enumfont_t): Remove unused head pointer. 12321 (enumfont_t): Remove unused head pointer.
12322 (enum_font_cb2): Dereference elfLogFont. 12322 (enum_font_cb2): Dereference elfLogFont.
12323 (w32_list_bdf_fonts): New function. 12323 (w32_list_bdf_fonts): New function.
12324 (w32_list_fonts): Use one_w32_dispay_info instead of insisting on 12324 (w32_list_fonts): Use one_w32_display_info instead of insisting on
12325 valid frame. Remove MessageBox. Support BDF fonts. 12325 valid frame. Remove MessageBox. Support BDF fonts.
12326 (Fw32_find_bdf_fonts): New function. 12326 (Fw32_find_bdf_fonts): New function.
12327 (syms_of_w32fns): Add Vw32_bdf_filename_alist and 12327 (syms_of_w32fns): Add Vw32_bdf_filename_alist and
diff --git a/src/bidi.c b/src/bidi.c
index e688637a408..e0337927ec5 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -51,7 +51,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
51 51
52 A note about references to UAX#9 rules: if the reference says 52 A note about references to UAX#9 rules: if the reference says
53 something like "X9/Retaining", it means that you need to refer to 53 something like "X9/Retaining", it means that you need to refer to
54 rule X9 and to its modifications decribed in the "Implementation 54 rule X9 and to its modifications described in the "Implementation
55 Notes" section of UAX#9, under "Retaining Format Codes". */ 55 Notes" section of UAX#9, under "Retaining Format Codes". */
56 56
57#include <config.h> 57#include <config.h>
diff --git a/src/buffer.c b/src/buffer.c
index 8bc6e37732d..a327a1650f1 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4400,7 +4400,7 @@ static int mmap_fd_1;
4400 4400
4401static int mmap_page_size; 4401static int mmap_page_size;
4402 4402
4403/* 1 means mmap has been intialized. */ 4403/* 1 means mmap has been initialized. */
4404 4404
4405static int mmap_initialized_p; 4405static int mmap_initialized_p;
4406 4406
diff --git a/src/casetab.c b/src/casetab.c
index 3433b313c03..575a48ed146 100644
--- a/src/casetab.c
+++ b/src/casetab.c
@@ -95,7 +95,7 @@ CANONICALIZE maps each character to a canonical equivalent;
95 any two characters that are related by case-conversion have the same 95 any two characters that are related by case-conversion have the same
96 canonical equivalent character; it may be nil, in which case it is 96 canonical equivalent character; it may be nil, in which case it is
97 deduced from DOWNCASE and UPCASE. 97 deduced from DOWNCASE and UPCASE.
98EQUIVALENCES is a map that cyclicly permutes each equivalence class 98EQUIVALENCES is a map that cyclically permutes each equivalence class
99 (of characters with the same canonical equivalent); it may be nil, 99 (of characters with the same canonical equivalent); it may be nil,
100 in which case it is deduced from CANONICALIZE. */) 100 in which case it is deduced from CANONICALIZE. */)
101 (Lisp_Object table) 101 (Lisp_Object table)
diff --git a/src/charset.c b/src/charset.c
index 266753f9d05..b6921a762b6 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -2082,7 +2082,7 @@ that case, find the charset from what supported by that coding system. */)
2082DEFUN ("charset-after", Fcharset_after, Scharset_after, 0, 1, 0, 2082DEFUN ("charset-after", Fcharset_after, Scharset_after, 0, 1, 0,
2083 doc: /* 2083 doc: /*
2084Return charset of a character in the current buffer at position POS. 2084Return charset of a character in the current buffer at position POS.
2085If POS is nil, it defauls to the current point. 2085If POS is nil, it defaults to the current point.
2086If POS is out of range, the value is nil. */) 2086If POS is out of range, the value is nil. */)
2087 (Lisp_Object pos) 2087 (Lisp_Object pos)
2088{ 2088{
diff --git a/src/dispextern.h b/src/dispextern.h
index 486aa4f7a40..3225c1eb46e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2649,11 +2649,11 @@ struct redisplay_interface
2649 void (*flush_display) (struct frame *f); 2649 void (*flush_display) (struct frame *f);
2650 2650
2651 /* Flush the display of frame F if non-NULL. This is called 2651 /* Flush the display of frame F if non-NULL. This is called
2652 during redisplay, and should be NULL on systems which flushes 2652 during redisplay, and should be NULL on systems which flush
2653 automatically before reading input. */ 2653 automatically before reading input. */
2654 void (*flush_display_optional) (struct frame *f); 2654 void (*flush_display_optional) (struct frame *f);
2655 2655
2656 /* Clear the mouse hightlight in window W, if there is any. */ 2656 /* Clear the mouse highlight in window W, if there is any. */
2657 void (*clear_window_mouse_face) (struct window *w); 2657 void (*clear_window_mouse_face) (struct window *w);
2658 2658
2659 /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on 2659 /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on
diff --git a/src/frame.c b/src/frame.c
index 984651ae9ce..039ed6543cb 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -374,7 +374,7 @@ make_frame (int mini_p)
374 374
375 /* Use set_window_buffer, not Fset_window_buffer, and don't let 375 /* Use set_window_buffer, not Fset_window_buffer, and don't let
376 hooks be run by it. The reason is that the whole frame/window 376 hooks be run by it. The reason is that the whole frame/window
377 arrangement is not yet fully intialized at this point. Windows 377 arrangement is not yet fully initialized at this point. Windows
378 don't have the right size, glyph matrices aren't initialized 378 don't have the right size, glyph matrices aren't initialized
379 etc. Running Lisp functions at this point surely ends in a 379 etc. Running Lisp functions at this point surely ends in a
380 SEGV. */ 380 SEGV. */
@@ -1712,7 +1712,7 @@ If omitted, FRAME defaults to the currently selected frame. */)
1712} 1712}
1713 1713
1714/* Update the display_time slot of the buffers shown in WINDOW 1714/* Update the display_time slot of the buffers shown in WINDOW
1715 and all its descendents. */ 1715 and all its descendants. */
1716 1716
1717static void 1717static void
1718make_frame_visible_1 (Lisp_Object window) 1718make_frame_visible_1 (Lisp_Object window)
diff --git a/src/search.c b/src/search.c
index a3b4e1dcbce..a6a0fddb137 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1892,7 +1892,7 @@ boyer_moore (EMACS_INT n, unsigned char *base_pat,
1892 || CHAR_HEAD_P (cursor[1])) 1892 || CHAR_HEAD_P (cursor[1]))
1893 && (CHAR_HEAD_P (cursor[0]) 1893 && (CHAR_HEAD_P (cursor[0])
1894 /* Check if this is the last byte of 1894 /* Check if this is the last byte of
1895 a translable character. */ 1895 a translatable character. */
1896 || (translate_prev_byte1 == cursor[-1] 1896 || (translate_prev_byte1 == cursor[-1]
1897 && (CHAR_HEAD_P (translate_prev_byte1) 1897 && (CHAR_HEAD_P (translate_prev_byte1)
1898 || (translate_prev_byte2 == cursor[-2] 1898 || (translate_prev_byte2 == cursor[-2]
@@ -1991,7 +1991,7 @@ boyer_moore (EMACS_INT n, unsigned char *base_pat,
1991 || CHAR_HEAD_P (ptr[1])) 1991 || CHAR_HEAD_P (ptr[1]))
1992 && (CHAR_HEAD_P (ptr[0]) 1992 && (CHAR_HEAD_P (ptr[0])
1993 /* Check if this is the last byte of a 1993 /* Check if this is the last byte of a
1994 translable character. */ 1994 translatable character. */
1995 || (translate_prev_byte1 == ptr[-1] 1995 || (translate_prev_byte1 == ptr[-1]
1996 && (CHAR_HEAD_P (translate_prev_byte1) 1996 && (CHAR_HEAD_P (translate_prev_byte1)
1997 || (translate_prev_byte2 == ptr[-2] 1997 || (translate_prev_byte2 == ptr[-2]
diff --git a/src/xterm.c b/src/xterm.c
index 0e529714eb6..de7703c2ec7 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8765,7 +8765,7 @@ x_wait_for_event (struct frame *f, int eventtype)
8765 pending_event_wait.f = f; 8765 pending_event_wait.f = f;
8766 pending_event_wait.eventtype = eventtype; 8766 pending_event_wait.eventtype = eventtype;
8767 8767
8768 /* Set timeout to 0.1 second. Hopefully not noticable. 8768 /* Set timeout to 0.1 second. Hopefully not noticeable.
8769 Maybe it should be configurable. */ 8769 Maybe it should be configurable. */
8770 EMACS_SET_SECS_USECS (tmo, 0, 100000); 8770 EMACS_SET_SECS_USECS (tmo, 0, 100000);
8771 EMACS_GET_TIME (tmo_at); 8771 EMACS_GET_TIME (tmo_at);