aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2022-11-17 09:31:46 +0100
committerStefan Kangas2022-11-17 09:34:24 +0100
commit93036209fae87dc620b27b2ce2e0146e6252113c (patch)
tree34552a98807db1f69c0bddf1be920fea619981c0 /src
parent32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff)
downloademacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz
emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip
; Fix typos (duplicate words)
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.102
-rw-r--r--src/ChangeLog.136
-rw-r--r--src/ChangeLog.52
-rw-r--r--src/ChangeLog.82
-rw-r--r--src/itree.c2
-rw-r--r--src/xterm.c2
6 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index ba1cea18d4b..1b18ae5ec5d 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -7899,7 +7899,7 @@
7899 * buffer.c (scroll-up-aggressively, scroll-down-aggressively): 7899 * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
7900 * keymap.c (Fminor_mode_key_binding): 7900 * keymap.c (Fminor_mode_key_binding):
7901 * macterm.c (mac-emulate-three-button-mouse): 7901 * macterm.c (mac-emulate-three-button-mouse):
7902 Delete duplicate duplicate words. 7902 Delete duplicate words.
7903 7903
79042005-07-18 Ken Raeburn <raeburn@gnu.org> 79042005-07-18 Ken Raeburn <raeburn@gnu.org>
7905 7905
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13
index 6eb54dfb2cf..d832ab9112c 100644
--- a/src/ChangeLog.13
+++ b/src/ChangeLog.13
@@ -1459,11 +1459,11 @@
1459 (frame_default_tool_bar_height): Extern. 1459 (frame_default_tool_bar_height): Extern.
1460 * gtkutil.c (xg_frame_set_char_size): Pass Qxg_frame_set_char_size 1460 * gtkutil.c (xg_frame_set_char_size): Pass Qxg_frame_set_char_size
1461 to adjust_frame_size. 1461 to adjust_frame_size.
1462 * nsfns.m (Fx_create_frame): Pass Pass Qx_create_frame_1 and 1462 * nsfns.m (Fx_create_frame): Pass Qx_create_frame_1 and
1463 Qx_create_frame_2 to adjust_frame_size. 1463 Qx_create_frame_2 to adjust_frame_size.
1464 * w32fns.c (x_change_tool_bar_height): Call adjust_frame_size with 1464 * w32fns.c (x_change_tool_bar_height): Call adjust_frame_size with
1465 inhibit 1 when we have not redisplayed the tool bar yet. 1465 inhibit 1 when we have not redisplayed the tool bar yet.
1466 (Fx_create_frame): Pass Pass Qx_create_frame_1 and 1466 (Fx_create_frame): Pass Qx_create_frame_1 and
1467 Qx_create_frame_2 to adjust_frame_size. 1467 Qx_create_frame_2 to adjust_frame_size.
1468 * w32menu.c (set_frame_menubar): Simplify adjust_frame_size 1468 * w32menu.c (set_frame_menubar): Simplify adjust_frame_size
1469 call. 1469 call.
@@ -1476,7 +1476,7 @@
1476 frame size accordingly. 1476 frame size accordingly.
1477 * xfns.c (x_change_tool_bar_height): Call adjust_frame_size with 1477 * xfns.c (x_change_tool_bar_height): Call adjust_frame_size with
1478 inhibit 1 when we have not redisplayed the tool bar yet. 1478 inhibit 1 when we have not redisplayed the tool bar yet.
1479 (Fx_create_frame): Pass Pass Qx_create_frame_1 and 1479 (Fx_create_frame): Pass Qx_create_frame_1 and
1480 Qx_create_frame_2 to adjust_frame_size. 1480 Qx_create_frame_2 to adjust_frame_size.
1481 1481
14822015-01-12 Paul Eggert <eggert@cs.ucla.edu> 14822015-01-12 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index c74e44d7a2f..408a934ce2e 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -2316,7 +2316,7 @@
2316 2316
23171995-02-15 Paul Reilly <pmr@geech.gnu.ai.mit.edu> 23171995-02-15 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
2318 2318
2319 * s/dgux.h (LIB_MOTIF): Add -lgen to provide provide the symbols 2319 * s/dgux.h (LIB_MOTIF): Add -lgen to provide the symbols
2320 `regcmp' and `regex'. 2320 `regcmp' and `regex'.
2321 2321
23221995-02-15 Richard Stallman <rms@pogo.gnu.ai.mit.edu> 23221995-02-15 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index ef2472a0f33..2594ced5f62 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -1272,7 +1272,7 @@
1272 1272
1273 * xdisp.c (display_line): Set charpos of first glyph in blank 1273 * xdisp.c (display_line): Set charpos of first glyph in blank
1274 lines not corresponding to any text to -1, even if no glyphs are 1274 lines not corresponding to any text to -1, even if no glyphs are
1275 filled in in that line. 1275 filled in on that line.
1276 1276
12771999-11-01 Gerd Moellmann <gerd@gnu.org> 12771999-11-01 Gerd Moellmann <gerd@gnu.org>
1278 1278
diff --git a/src/itree.c b/src/itree.c
index da0242905c2..3b219d958a7 100644
--- a/src/itree.c
+++ b/src/itree.c
@@ -111,7 +111,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
111 In order to avoid this, we introduce yet another node attribute, 111 In order to avoid this, we introduce yet another node attribute,
112 called OFFSET. 112 called OFFSET.
113 113
114 The OFFSET of some some subtree, represented by its root, is the 114 The OFFSET of some subtree, represented by its root, is the
115 amount of shift that needs to be applied to its BEGIN, END and 115 amount of shift that needs to be applied to its BEGIN, END and
116 LIMIT values, in order to get to the actual buffer positions. 116 LIMIT values, in order to get to the actual buffer positions.
117 Coming back to the example, all we would need to do in this case, 117 Coming back to the example, all we would need to do in this case,
diff --git a/src/xterm.c b/src/xterm.c
index 55252d22011..b17a7edba68 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -30072,7 +30072,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
30072 XrmPutLineResource (&xrdb, "Emacs.dialog.*.font: 9x15"); 30072 XrmPutLineResource (&xrdb, "Emacs.dialog.*.font: 9x15");
30073 30073
30074 /* Do not destroy the font struct returned above with XFreeFont; 30074 /* Do not destroy the font struct returned above with XFreeFont;
30075 that also destroys the font, leading to to X protocol errors at 30075 that also destroys the font, leading to X protocol errors at
30076 XtCloseDisplay. Just free the font info structure. 30076 XtCloseDisplay. Just free the font info structure.
30077 (Bug#18403) */ 30077 (Bug#18403) */
30078 XFreeFontInfo (NULL, query_result, 1); 30078 XFreeFontInfo (NULL, query_result, 1);