diff options
| author | Stefan Kangas | 2022-11-20 12:59:39 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-20 12:59:39 +0100 |
| commit | 16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch) | |
| tree | e27122c0a061762bc483ed245ca62ac8d957f881 /src | |
| parent | 6082ab9697fa8c18e9049d24840d07efe6f95625 (diff) | |
| download | emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | src/dbusbind.c | 4 | ||||
| -rw-r--r-- | src/font.h | 6 | ||||
| -rw-r--r-- | src/itree.c | 2 | ||||
| -rw-r--r-- | src/xselect.c | 2 | ||||
| -rw-r--r-- | src/xsettings.c | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 1ec09d0a818..a00ca453ca4 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -11988,7 +11988,7 @@ | |||
| 11988 | 11988 | ||
| 11989 | * cmds.c (nonundocount): New global variable. | 11989 | * cmds.c (nonundocount): New global variable. |
| 11990 | (keys_of_cmds): Initialize it. | 11990 | (keys_of_cmds): Initialize it. |
| 11991 | (Fself_insert_command): Use it to combine upto 20 sequential chars | 11991 | (Fself_insert_command): Use it to combine up to 20 sequential chars |
| 11992 | into a single undo entry, just like the Qself_insert_command code in | 11992 | into a single undo entry, just like the Qself_insert_command code in |
| 11993 | keyboard.c does. | 11993 | keyboard.c does. |
| 11994 | Call frame_make_pointer_invisible, also like the Qself_insert_command | 11994 | Call frame_make_pointer_invisible, also like the Qself_insert_command |
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index cb373803a05..7f77c0ca077 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -14132,7 +14132,7 @@ | |||
| 14132 | (coding_set_destination): Return how many bytes | 14132 | (coding_set_destination): Return how many bytes |
| 14133 | coding->destination was relocated. | 14133 | coding->destination was relocated. |
| 14134 | (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET) | 14134 | (CODING_DECODE_CHAR, CODING_ENCODE_CHAR, CODING_CHAR_CHARSET) |
| 14135 | (CODING_CHAR_CHARSET_P): Adjust for the avove changes. | 14135 | (CODING_CHAR_CHARSET_P): Adjust for the above changes. |
| 14136 | 14136 | ||
| 14137 | 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) | 14137 | 2011-12-05 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) |
| 14138 | 14138 | ||
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index effdf8a7acf..c0e3523c648 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -3155,7 +3155,7 @@ | |||
| 3155 | 3155 | ||
| 3156 | * xdisp.c (resize_mini_window): Don't resize if | 3156 | * xdisp.c (resize_mini_window): Don't resize if |
| 3157 | Vmax_mini_window_height is nil. Otherwise, use a default if | 3157 | Vmax_mini_window_height is nil. Otherwise, use a default if |
| 3158 | Vmax_mini_window_height is not ot a number. | 3158 | Vmax_mini_window_height is not a number. |
| 3159 | (syms_of_xdisp): Extend documentation of Vmax_mini_window_height. | 3159 | (syms_of_xdisp): Extend documentation of Vmax_mini_window_height. |
| 3160 | 3160 | ||
| 3161 | 1999-08-25 Alexandre Oliva <oliva@dcc.unicamp.br> | 3161 | 1999-08-25 Alexandre Oliva <oliva@dcc.unicamp.br> |
diff --git a/src/dbusbind.c b/src/dbusbind.c index 1c74180f15c..440142757ec 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -422,7 +422,7 @@ xd_signature (char *signature, int dtype, int parent_type, Lisp_Object object) | |||
| 422 | case DBUS_TYPE_STRING: | 422 | case DBUS_TYPE_STRING: |
| 423 | case DBUS_TYPE_OBJECT_PATH: | 423 | case DBUS_TYPE_OBJECT_PATH: |
| 424 | case DBUS_TYPE_SIGNATURE: | 424 | case DBUS_TYPE_SIGNATURE: |
| 425 | /* We dont check the syntax of signature. This will be done by | 425 | /* We don't check the syntax of signature. This will be done by |
| 426 | libdbus. */ | 426 | libdbus. */ |
| 427 | if (dtype == DBUS_TYPE_OBJECT_PATH) | 427 | if (dtype == DBUS_TYPE_OBJECT_PATH) |
| 428 | XD_DBUS_VALIDATE_PATH (object) | 428 | XD_DBUS_VALIDATE_PATH (object) |
| @@ -748,7 +748,7 @@ xd_append_arg (int dtype, Lisp_Object object, DBusMessageIter *iter) | |||
| 748 | case DBUS_TYPE_STRING: | 748 | case DBUS_TYPE_STRING: |
| 749 | case DBUS_TYPE_OBJECT_PATH: | 749 | case DBUS_TYPE_OBJECT_PATH: |
| 750 | case DBUS_TYPE_SIGNATURE: | 750 | case DBUS_TYPE_SIGNATURE: |
| 751 | /* We dont check the syntax of signature. This will be done | 751 | /* We don't check the syntax of signature. This will be done |
| 752 | by libdbus. */ | 752 | by libdbus. */ |
| 753 | if (dtype == DBUS_TYPE_OBJECT_PATH) | 753 | if (dtype == DBUS_TYPE_OBJECT_PATH) |
| 754 | XD_DBUS_VALIDATE_PATH (object) | 754 | XD_DBUS_VALIDATE_PATH (object) |
diff --git a/src/font.h b/src/font.h index 3475189206f..d36c45a53c4 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -220,13 +220,13 @@ enum font_property_index | |||
| 220 | #define FONT_WIDTH_FOR_FACE(font) \ | 220 | #define FONT_WIDTH_FOR_FACE(font) \ |
| 221 | font_style_symbolic (font, FONT_WIDTH_INDEX, true) | 221 | font_style_symbolic (font, FONT_WIDTH_INDEX, true) |
| 222 | 222 | ||
| 223 | /* Return the numeric weight value corresponding ot the symbol NAME. */ | 223 | /* Return the numeric weight value corresponding to the symbol NAME. */ |
| 224 | #define FONT_WEIGHT_NAME_NUMERIC(name) \ | 224 | #define FONT_WEIGHT_NAME_NUMERIC(name) \ |
| 225 | (font_style_to_value (FONT_WEIGHT_INDEX, (name), false) >> 8) | 225 | (font_style_to_value (FONT_WEIGHT_INDEX, (name), false) >> 8) |
| 226 | /* Return the numeric slant value corresponding ot the symbol NAME. */ | 226 | /* Return the numeric slant value corresponding to the symbol NAME. */ |
| 227 | #define FONT_SLANT_NAME_NUMERIC(name) \ | 227 | #define FONT_SLANT_NAME_NUMERIC(name) \ |
| 228 | (font_style_to_value (FONT_SLANT_INDEX, (name), false) >> 8) | 228 | (font_style_to_value (FONT_SLANT_INDEX, (name), false) >> 8) |
| 229 | /* Return the numeric width value corresponding ot the symbol NAME. */ | 229 | /* Return the numeric width value corresponding to the symbol NAME. */ |
| 230 | #define FONT_WIDTH_NAME_NUMERIC(name) \ | 230 | #define FONT_WIDTH_NAME_NUMERIC(name) \ |
| 231 | (font_style_to_value (FONT_WIDTH_INDEX, (name), false) >> 8) | 231 | (font_style_to_value (FONT_WIDTH_INDEX, (name), false) >> 8) |
| 232 | 232 | ||
diff --git a/src/itree.c b/src/itree.c index abd060d6fb8..04fa9e827a2 100644 --- a/src/itree.c +++ b/src/itree.c | |||
| @@ -1389,7 +1389,7 @@ itree_iterator_start (struct itree_iterator *iter, | |||
| 1389 | iter->end = end; | 1389 | iter->end = end; |
| 1390 | iter->otick = tree->otick; | 1390 | iter->otick = tree->otick; |
| 1391 | iter->order = order; | 1391 | iter->order = order; |
| 1392 | /* Beware: the `node` field alwyas holds "the next" node to consider. | 1392 | /* Beware: the `node` field always holds "the next" node to consider. |
| 1393 | so it's always "one node ahead" of what the iterator loop sees. | 1393 | so it's always "one node ahead" of what the iterator loop sees. |
| 1394 | In most respects this makes no difference, but we depend on this | 1394 | In most respects this makes no difference, but we depend on this |
| 1395 | detail in `delete_all_overlays` where this allows us to modify | 1395 | detail in `delete_all_overlays` where this allows us to modify |
diff --git a/src/xselect.c b/src/xselect.c index 9480ac18c1f..a381fa23522 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -967,7 +967,7 @@ x_handle_selection_request (struct selection_input_event *event) | |||
| 967 | x_reply_selection_request. If FOR_MULTIPLE, write out | 967 | x_reply_selection_request. If FOR_MULTIPLE, write out |
| 968 | the data even if conversion fails, using conversion_fail_tag. | 968 | the data even if conversion fails, using conversion_fail_tag. |
| 969 | 969 | ||
| 970 | Return true iff successful. */ | 970 | Return true if successful. */ |
| 971 | 971 | ||
| 972 | static bool | 972 | static bool |
| 973 | x_convert_selection (Lisp_Object selection_symbol, | 973 | x_convert_selection (Lisp_Object selection_symbol, |
diff --git a/src/xsettings.c b/src/xsettings.c index f1ee84a1a02..00b67539d41 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -766,7 +766,7 @@ parse_settings (unsigned char *prop, | |||
| 766 | #ifndef HAVE_PGTK | 766 | #ifndef HAVE_PGTK |
| 767 | /* Read settings from the XSettings property window on display for DPYINFO. | 767 | /* Read settings from the XSettings property window on display for DPYINFO. |
| 768 | Store settings read in SETTINGS. | 768 | Store settings read in SETTINGS. |
| 769 | Return true iff successful. */ | 769 | Return true if successful. */ |
| 770 | 770 | ||
| 771 | static bool | 771 | static bool |
| 772 | read_settings (Display_Info *dpyinfo, struct xsettings *settings) | 772 | read_settings (Display_Info *dpyinfo, struct xsettings *settings) |