diff options
| author | Paul Eggert | 2017-10-09 22:53:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-09 22:55:06 -0700 |
| commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
| tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /src | |
| parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
| download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip | |
; Typo fixes, mostly repeated words
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.4 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.5 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.7 | 2 | ||||
| -rw-r--r-- | src/buffer.c | 2 | ||||
| -rw-r--r-- | src/emacs-module.c | 2 | ||||
| -rw-r--r-- | src/emacsgtkfixed.c | 2 | ||||
| -rw-r--r-- | src/fileio.c | 2 | ||||
| -rw-r--r-- | src/frame.h | 2 | ||||
| -rw-r--r-- | src/keyboard.h | 2 | ||||
| -rw-r--r-- | src/nsterm.m | 2 | ||||
| -rw-r--r-- | src/scroll.c | 2 | ||||
| -rw-r--r-- | src/termhooks.h | 2 | ||||
| -rw-r--r-- | src/w32inevt.c | 2 | ||||
| -rw-r--r-- | src/w32proc.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 1bd822d492f..f5eb88be961 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -3958,7 +3958,7 @@ | |||
| 3958 | 3958 | ||
| 3959 | 2006-05-12 Chong Yidong <cyd@stupidchicken.com> | 3959 | 2006-05-12 Chong Yidong <cyd@stupidchicken.com> |
| 3960 | 3960 | ||
| 3961 | * intervals.c (set_point_both): Fix mixup before before and after | 3961 | * intervals.c (set_point_both): Fix mixup before and after |
| 3962 | in variable names. | 3962 | in variable names. |
| 3963 | 3963 | ||
| 3964 | * editfns.c (Fline_beginning_position): Inhibit point-motion hooks | 3964 | * editfns.c (Fline_beginning_position): Inhibit point-motion hooks |
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 61251bfbb47..2291e85e8cb 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -3348,7 +3348,7 @@ | |||
| 3348 | with plain -g rather than with -g3, and they need the duplicate | 3348 | with plain -g rather than with -g3, and they need the duplicate |
| 3349 | definitions for .gdbinit to work; see <https://bugs.gnu.org/12814#26>. | 3349 | definitions for .gdbinit to work; see <https://bugs.gnu.org/12814#26>. |
| 3350 | * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): | 3350 | * lisp.h (GCTYPEBITS, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): |
| 3351 | Define as macros, as well as as enums or as constants. | 3351 | Define as macros, as well as enums or constants. |
| 3352 | 3352 | ||
| 3353 | 2012-11-06 Jan Djärv <jan.h.d@swipnet.se> | 3353 | 2012-11-06 Jan Djärv <jan.h.d@swipnet.se> |
| 3354 | 3354 | ||
diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index 2935ee52cca..70865535e96 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 | |||
| @@ -3381,7 +3381,7 @@ | |||
| 3381 | some external definitions. | 3381 | some external definitions. |
| 3382 | (Ffile_attributes) [MSDOS]: Set execute bits from file name. | 3382 | (Ffile_attributes) [MSDOS]: Set execute bits from file name. |
| 3383 | (Ffile_name_all_completions) [FILE_SYSTEM_CASE]: Convert | 3383 | (Ffile_name_all_completions) [FILE_SYSTEM_CASE]: Convert |
| 3384 | case of file name as as indicated by conditional. | 3384 | case of file name as indicated by conditional. |
| 3385 | 3385 | ||
| 3386 | * emacs.c (main) [MSDOS]: Call init_environment. Set file types to | 3386 | * emacs.c (main) [MSDOS]: Call init_environment. Set file types to |
| 3387 | binary for all files. Call init_dosfns. | 3387 | binary for all files. Call init_dosfns. |
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index 489ccfa5323..99d25163a4d 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -1372,7 +1372,7 @@ | |||
| 1372 | 1995-04-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 1372 | 1995-04-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 1373 | 1373 | ||
| 1374 | * keyboard.c (read_char): Rearrange code so that getcjmp is set | 1374 | * keyboard.c (read_char): Rearrange code so that getcjmp is set |
| 1375 | only around sit_for and kbd_buffer_get_event, and | 1375 | only around sit_for and kbd_buffer_get_event, |
| 1376 | and polling is stopped only around the kbd_buffer_get_event call. | 1376 | and polling is stopped only around the kbd_buffer_get_event call. |
| 1377 | (Ftrack_mouse, tracking_off, read_char): Don't call prepare_menu_bars. | 1377 | (Ftrack_mouse, tracking_off, read_char): Don't call prepare_menu_bars. |
| 1378 | 1378 | ||
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 32472ac074c..a1a9fb77157 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -3381,7 +3381,7 @@ | |||
| 3381 | 1998-02-15 Richard Stallman <rms@psilocin.gnu.org> | 3381 | 1998-02-15 Richard Stallman <rms@psilocin.gnu.org> |
| 3382 | 3382 | ||
| 3383 | * minibuf.c (read_minibuf): Do use DEFALT in place of empty input | 3383 | * minibuf.c (read_minibuf): Do use DEFALT in place of empty input |
| 3384 | when when expflag is nonzero. | 3384 | when expflag is nonzero. |
| 3385 | (Fread_no_blanks_input): Arg INIT renamed to INITIAL. | 3385 | (Fread_no_blanks_input): Arg INIT renamed to INITIAL. |
| 3386 | 3386 | ||
| 3387 | 1998-02-14 Richard Stallman <rms@psilocin.gnu.org> | 3387 | 1998-02-14 Richard Stallman <rms@psilocin.gnu.org> |
diff --git a/src/buffer.c b/src/buffer.c index 76670b89545..cc6021bfb5d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -6054,7 +6054,7 @@ and is the visited file's modification time, as of that time. If the | |||
| 6054 | modification time of the most recent save is different, this entry is | 6054 | modification time of the most recent save is different, this entry is |
| 6055 | obsolete. | 6055 | obsolete. |
| 6056 | 6056 | ||
| 6057 | An entry (t . 0) means means the buffer was previously unmodified but | 6057 | An entry (t . 0) means the buffer was previously unmodified but |
| 6058 | its time stamp was unknown because it was not associated with a file. | 6058 | its time stamp was unknown because it was not associated with a file. |
| 6059 | An entry (t . -1) is similar, except that it means the buffer's visited | 6059 | An entry (t . -1) is similar, except that it means the buffer's visited |
| 6060 | file did not exist. | 6060 | file did not exist. |
diff --git a/src/emacs-module.c b/src/emacs-module.c index e5833a1d1f0..6bc91a7e06a 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c | |||
| @@ -983,7 +983,7 @@ value_to_lisp (emacs_value v) | |||
| 983 | return o; | 983 | return o; |
| 984 | } | 984 | } |
| 985 | 985 | ||
| 986 | /* Attempt to convert O to an emacs_value. Do not do any checking or | 986 | /* Attempt to convert O to an emacs_value. Do not do any checking |
| 987 | or allocate any storage; the caller should prevent or detect | 987 | or allocate any storage; the caller should prevent or detect |
| 988 | any resulting bit pattern that is not a valid emacs_value. */ | 988 | any resulting bit pattern that is not a valid emacs_value. */ |
| 989 | static emacs_value | 989 | static emacs_value |
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c index 1a00e0f6806..4243b3ffd9d 100644 --- a/src/emacsgtkfixed.c +++ b/src/emacsgtkfixed.c | |||
| @@ -81,7 +81,7 @@ emacs_fixed_gtk_widget_size_allocate (GtkWidget *widget, | |||
| 81 | additional case for an xwidget view. | 81 | additional case for an xwidget view. |
| 82 | 82 | ||
| 83 | It would be nicer if the bse class method could be called first, | 83 | It would be nicer if the bse class method could be called first, |
| 84 | and the the xview modification only would remain here. It wasn't | 84 | and the xview modification only would remain here. It wasn't |
| 85 | possible to solve it that way yet. */ | 85 | possible to solve it that way yet. */ |
| 86 | EmacsFixedClass *klass; | 86 | EmacsFixedClass *klass; |
| 87 | GtkWidgetClass *parent_class; | 87 | GtkWidgetClass *parent_class; |
diff --git a/src/fileio.c b/src/fileio.c index adb3534532c..4bbcec6f178 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -124,7 +124,7 @@ static mode_t auto_save_mode_bits; | |||
| 124 | static bool auto_save_error_occurred; | 124 | static bool auto_save_error_occurred; |
| 125 | 125 | ||
| 126 | /* If VALID_TIMESTAMP_FILE_SYSTEM, then TIMESTAMP_FILE_SYSTEM is the device | 126 | /* If VALID_TIMESTAMP_FILE_SYSTEM, then TIMESTAMP_FILE_SYSTEM is the device |
| 127 | number of a file system where time stamps were observed to to work. */ | 127 | number of a file system where time stamps were observed to work. */ |
| 128 | static bool valid_timestamp_file_system; | 128 | static bool valid_timestamp_file_system; |
| 129 | static dev_t timestamp_file_system; | 129 | static dev_t timestamp_file_system; |
| 130 | 130 | ||
diff --git a/src/frame.h b/src/frame.h index d1c21da4d2a..e610fc768d3 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -447,7 +447,7 @@ struct frame | |||
| 447 | 447 | ||
| 448 | /* New text height and width for pending size change. 0 if no change | 448 | /* New text height and width for pending size change. 0 if no change |
| 449 | pending. These values represent pixels or canonical character units | 449 | pending. These values represent pixels or canonical character units |
| 450 | according to the value of new_pixelwise and correlate to the the | 450 | according to the value of new_pixelwise and correlate to the |
| 451 | text width/height of the frame. */ | 451 | text width/height of the frame. */ |
| 452 | int new_width, new_height; | 452 | int new_width, new_height; |
| 453 | 453 | ||
diff --git a/src/keyboard.h b/src/keyboard.h index a2a5f8f21d9..662d8e4a4f6 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -65,7 +65,7 @@ INLINE_HEADER_BEGIN | |||
| 65 | as soon as a complete key arrives from some KBOARD or other, | 65 | as soon as a complete key arrives from some KBOARD or other, |
| 66 | Emacs starts executing that key's binding. It switches to the | 66 | Emacs starts executing that key's binding. It switches to the |
| 67 | single-kboard state for the execution of that command, | 67 | single-kboard state for the execution of that command, |
| 68 | so that that command can get input only from its own KBOARD. | 68 | so that the command can get input only from its own KBOARD. |
| 69 | 69 | ||
| 70 | While in the single-kboard state, read_char can consider input only | 70 | While in the single-kboard state, read_char can consider input only |
| 71 | from the current KBOARD. If events come from other KBOARDs, they | 71 | from the current KBOARD. If events come from other KBOARDs, they |
diff --git a/src/nsterm.m b/src/nsterm.m index abfdffc9f5e..0b43c04c0b7 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -3715,7 +3715,7 @@ ns_dumpglyphs_image (struct glyph_string *s, NSRect r) | |||
| 3715 | /* Currently on NS img->mask is always 0. Since | 3715 | /* Currently on NS img->mask is always 0. Since |
| 3716 | get_window_cursor_type specifies a hollow box cursor when on | 3716 | get_window_cursor_type specifies a hollow box cursor when on |
| 3717 | a non-masked image we never reach this clause. But we put it | 3717 | a non-masked image we never reach this clause. But we put it |
| 3718 | in in anticipation of better support for image masks on | 3718 | in, in anticipation of better support for image masks on |
| 3719 | NS. */ | 3719 | NS. */ |
| 3720 | tdCol = ns_lookup_indexed_color (NS_FACE_FOREGROUND (face), s->f); | 3720 | tdCol = ns_lookup_indexed_color (NS_FACE_FOREGROUND (face), s->f); |
| 3721 | } | 3721 | } |
diff --git a/src/scroll.c b/src/scroll.c index 7004dcd9aea..c6e0cfd7e21 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -457,7 +457,7 @@ calculate_direct_scrolling (struct frame *frame, | |||
| 457 | if (baud_rate <= 0) | 457 | if (baud_rate <= 0) |
| 458 | extra_cost = 1; | 458 | extra_cost = 1; |
| 459 | 459 | ||
| 460 | /* Overhead of setting the scroll window, plus the extra cost | 460 | /* Overhead of setting the scroll window, plus the extra |
| 461 | cost of scrolling by a distance of one. The extra cost is | 461 | cost of scrolling by a distance of one. The extra cost is |
| 462 | added once for consistency with the cost vectors */ | 462 | added once for consistency with the cost vectors */ |
| 463 | scroll_overhead | 463 | scroll_overhead |
diff --git a/src/termhooks.h b/src/termhooks.h index b5171bf1229..dd6044aabd5 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -625,7 +625,7 @@ struct terminal | |||
| 625 | TERMINAL indicates which terminal device to read from. Input | 625 | TERMINAL indicates which terminal device to read from. Input |
| 626 | events should be read into HOLD_QUIT. | 626 | events should be read into HOLD_QUIT. |
| 627 | 627 | ||
| 628 | A positive return value indicates that that many input events | 628 | A positive return value N indicates that N input events |
| 629 | were read into BUF. | 629 | were read into BUF. |
| 630 | Zero means no events were immediately available. | 630 | Zero means no events were immediately available. |
| 631 | A value of -1 means a transient read error, while -2 indicates | 631 | A value of -1 means a transient read error, while -2 indicates |
diff --git a/src/w32inevt.c b/src/w32inevt.c index 0b0f3f9e669..9d79bd46fb3 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c | |||
| @@ -526,7 +526,7 @@ do_mouse_event (MOUSE_EVENT_RECORD *event, | |||
| 526 | help_echo_window, help_echo_object, | 526 | help_echo_window, help_echo_object, |
| 527 | help_echo_pos); | 527 | help_echo_pos); |
| 528 | } | 528 | } |
| 529 | /* We already called kbd_buffer_store_event, so indicate the | 529 | /* We already called kbd_buffer_store_event, so indicate to |
| 530 | the caller it shouldn't. */ | 530 | the caller it shouldn't. */ |
| 531 | return 0; | 531 | return 0; |
| 532 | } | 532 | } |
diff --git a/src/w32proc.c b/src/w32proc.c index ca59f995e63..0046c9e85dc 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -838,7 +838,7 @@ alarm (int seconds) | |||
| 838 | updates the status of the read accordingly, and signals the 2nd | 838 | updates the status of the read accordingly, and signals the 2nd |
| 839 | event object, char_avail, on whose handle sys_select is | 839 | event object, char_avail, on whose handle sys_select is |
| 840 | waiting. This tells sys_select that the file descriptor | 840 | waiting. This tells sys_select that the file descriptor |
| 841 | allocated for the subprocess or the the stream is ready to be | 841 | allocated for the subprocess or the stream is ready to be |
| 842 | read from. | 842 | read from. |
| 843 | 843 | ||
| 844 | When the subprocess exits or the network/serial stream is closed, | 844 | When the subprocess exits or the network/serial stream is closed, |