unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51223: Missing single quotes in the Emacs manual
@ 2021-10-15  6:25 Jan Synáček
  2021-10-15  7:32 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Synáček @ 2021-10-15  6:25 UTC (permalink / raw)
  To: 51223

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

Patch included (created against the current emacs-28 branch, commit
9ff6999a060244c7726752f5cb07e8c8d1218f41)

-- 
Jan Synáček

[-- Attachment #2: 0001-Add-missing-single-quotes-in-the-Emacs-manual.patch --]
[-- Type: text/x-patch, Size: 864 bytes --]

From 40bad7c4bd6e00114a852ab77ae84db3a85b3031 Mon Sep 17 00:00:00 2001
From: Jan Synacek <jan.synacek@gmail.com>
Date: Fri, 15 Oct 2021 08:20:40 +0200
Subject: [PATCH] Add missing single quotes in the Emacs manual

* lisp/mwheel.el: Add missing single quotes.
---
 lisp/mwheel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index def7758774..51410e3ef4 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -103,7 +103,7 @@ mouse-wheel-scroll-amount
 If AMOUNT is the symbol 'hscroll', this means that with MODIFIER,
 the mouse wheel will scroll horizontally instead of vertically.
 
-If AMOUNT is the symbol text-scale, this means that with
+If AMOUNT is the symbol 'text-scale', this means that with
 MODIFIER, the mouse wheel will change the face height instead of
 scrolling."
   :group 'mouse
-- 
2.33.0


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

* bug#51223: Missing single quotes in the Emacs manual
  2021-10-15  6:25 bug#51223: Missing single quotes in the Emacs manual Jan Synáček
@ 2021-10-15  7:32 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2021-10-15  7:32 UTC (permalink / raw)
  To: Jan Synáček; +Cc: 51223-done

> From: Jan Synáček <jan.synacek@gmail.com>
> Date: Fri, 15 Oct 2021 08:25:12 +0200
> 
> Patch included (created against the current emacs-28 branch, commit
> 9ff6999a060244c7726752f5cb07e8c8d1218f41)

Thanks, installed.  However, in the future please make sure to follow
our conventions for formatting the commit log messages (details in
CONTRIBUTE).  In this case, you didn't mention the variable in whose
doc string you made the change.





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

end of thread, other threads:[~2021-10-15  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  6:25 bug#51223: Missing single quotes in the Emacs manual Jan Synáček
2021-10-15  7:32 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).