diff options
| author | Stefan Kangas | 2022-12-15 02:41:20 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-16 08:29:28 +0100 |
| commit | 033071692c7cd1cd550d25170d4b3168668567ac (patch) | |
| tree | 4652c5a846b8d166757c46c81a709beaed962e0a /src | |
| parent | f4a513344d95badf2b75b0577016edcdd9ea5fbe (diff) | |
| download | emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.12 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.13 | 2 | ||||
| -rw-r--r-- | src/fns.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 7f77c0ca077..f455c4de382 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -10836,7 +10836,7 @@ | |||
| 10836 | * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps. | 10836 | * gtkutil.c (xg_maybe_add_timer): Port to higher-res time stamps. |
| 10837 | 10837 | ||
| 10838 | * image.c (prepare_image_for_display, clear_image_cache) | 10838 | * image.c (prepare_image_for_display, clear_image_cache) |
| 10839 | (lookup_image): Port to higer-resolution time stamps. | 10839 | (lookup_image): Port to higher-resolution time stamps. |
| 10840 | 10840 | ||
| 10841 | * keyboard.c (start_polling, bind_polling_period): | 10841 | * keyboard.c (start_polling, bind_polling_period): |
| 10842 | Check for time stamp overflow. | 10842 | Check for time stamp overflow. |
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index 91f8005ac51..0c4e2909ced 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -10579,7 +10579,7 @@ | |||
| 10579 | (../src/$(OLDXMENU), $(OLDXMENU)): Remove. | 10579 | (../src/$(OLDXMENU), $(OLDXMENU)): Remove. |
| 10580 | (temacs$(EXEEXT)): Depend on $(LIBXMENU), not stamp-oldxmenu. | 10580 | (temacs$(EXEEXT)): Depend on $(LIBXMENU), not stamp-oldxmenu. |
| 10581 | ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a, FORCE): New targets. | 10581 | ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a, FORCE): New targets. |
| 10582 | (boostrap-clean): No need to remove stamp-oldxmenu. | 10582 | (bootstrap-clean): No need to remove stamp-oldxmenu. |
| 10583 | 10583 | ||
| 10584 | Fix recently introduced bool vector overrun. | 10584 | Fix recently introduced bool vector overrun. |
| 10585 | This was due to an optimization that went awry. | 10585 | This was due to an optimization that went awry. |
| @@ -3938,7 +3938,7 @@ system. | |||
| 3938 | If the region can't be decoded, signal an error and don't modify the buffer. | 3938 | If the region can't be decoded, signal an error and don't modify the buffer. |
| 3939 | Optional third argument BASE64URL determines whether to use the URL variant | 3939 | Optional third argument BASE64URL determines whether to use the URL variant |
| 3940 | of the base 64 encoding, as defined in RFC 4648. | 3940 | of the base 64 encoding, as defined in RFC 4648. |
| 3941 | If optional fourth argument INGORE-INVALID is non-nil invalid characters | 3941 | If optional fourth argument IGNORE-INVALID is non-nil invalid characters |
| 3942 | are ignored instead of signaling an error. */) | 3942 | are ignored instead of signaling an error. */) |
| 3943 | (Lisp_Object beg, Lisp_Object end, Lisp_Object base64url, | 3943 | (Lisp_Object beg, Lisp_Object end, Lisp_Object base64url, |
| 3944 | Lisp_Object ignore_invalid) | 3944 | Lisp_Object ignore_invalid) |