all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62569: [PATCH] Fix typo in section 14.1 of Emacs Manual
@ 2023-03-31 11:56 Xie Shynur
  2023-03-31 13:02 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Xie Shynur @ 2023-03-31 11:56 UTC (permalink / raw)
  To: 62569

[-- Attachment #1: Type: text/plain, Size: 113 bytes --]

“skip some fontifications is there's input pending.”
==> “skip some fontifications if there's input pending.”

[-- Attachment #2: 0001-Fix-typo-in-section-14.1-of-Emacs-Manual.patch --]
[-- Type: application/octet-stream, Size: 981 bytes --]

From 422c09b950905c60d69643671c2427b4447e319a Mon Sep 17 00:00:00 2001
From: Shynur <one.last.kiss@outlook.com>
Date: Fri, 31 Mar 2023 19:49:39 +0800
Subject: [PATCH] Fix typo in section 14.1 of Emacs Manual

---
 doc/emacs/display.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 7ec843180b8..6b2eb014c82 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -154,7 +154,7 @@ Scrolling
 @vindex redisplay-skip-fontification-on-input
 Finally, a third alternative to these variables is
 @code{redisplay-skip-fontification-on-input}.  If this variable is
-non-@code{nil}, skip some fontifications is there's input pending.
+non-@code{nil}, skip some fontifications if there's input pending.
 This usually does not affect the display because redisplay is
 completely skipped anyway if input was pending, but it can make
 scrolling smoother by avoiding unnecessary fontification.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62569: [PATCH] Fix typo in section 14.1 of Emacs Manual
  2023-03-31 11:56 bug#62569: [PATCH] Fix typo in section 14.1 of Emacs Manual Xie Shynur
@ 2023-03-31 13:02 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-03-31 13:02 UTC (permalink / raw)
  To: Xie Shynur; +Cc: 62569-done

> From: Xie Shynur <one.last.kiss@outlook.com>
> Date: Fri, 31 Mar 2023 11:56:04 +0000
> msip_labels: 
> 
> “skip some fontifications is there's input pending.”
> ==> “skip some fontifications if there's input pending.”

Thanks, installed on the emacs-29 branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-31 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-31 11:56 bug#62569: [PATCH] Fix typo in section 14.1 of Emacs Manual Xie Shynur
2023-03-31 13:02 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.