unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36715: 27.0.50; Typo in abbrev-prefix-mark
@ 2019-07-18 12:36 Mauro Aranda
  2019-07-18 12:43 ` Mauro Aranda
  2019-07-18 12:45 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: Mauro Aranda @ 2019-07-18 12:36 UTC (permalink / raw)
  To: 36715

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

Hello.

The docstring of abbrev-prefix-mark has a typo.
It reads:
"This command a hyphen after ..."
But it should read:
"This command inserts a hyphen after ..."

Best regards,
Mauro.

[-- Attachment #2: Type: text/html, Size: 256 bytes --]

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

* bug#36715: 27.0.50; Typo in abbrev-prefix-mark
  2019-07-18 12:36 bug#36715: 27.0.50; Typo in abbrev-prefix-mark Mauro Aranda
@ 2019-07-18 12:43 ` Mauro Aranda
  2019-07-18 12:45 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Mauro Aranda @ 2019-07-18 12:43 UTC (permalink / raw)
  To: 36715


[-- Attachment #1.1: Type: text/plain, Size: 29 bytes --]

Tags: patch

Patch attached.

[-- Attachment #1.2: Type: text/html, Size: 114 bytes --]

[-- Attachment #2: 0001-lisp-abbrev.el-abbrev-prefix-mark-Fix-typo-in-docstr.patch --]
[-- Type: text/x-patch, Size: 859 bytes --]

From 7c8692bfa8b699160a374896e91ce4722cbfff81 Mon Sep 17 00:00:00 2001
From: Mauro Aranda <maurooaranda@gmail.com>
Date: Thu, 18 Jul 2019 09:37:38 -0300
Subject: [PATCH] ; * lisp/abbrev.el (abbrev-prefix-mark): Fix typo in
 docstring (Bug#36715)

---
 lisp/abbrev.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index ad5e75b..8fc3881 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -374,7 +374,7 @@ abbrev-prefix-mark
 word.  This way, you can expand an abbrev with a prefix: insert
 the prefix, use this command, then insert the abbrev.
 
-This command a hyphen after the prefix, and if the abbrev is
+This command inserts a hyphen after the prefix, and if the abbrev is
 subsequently expanded, this hyphen will be removed.
 
 If the prefix is itself an abbrev, this command expands it,
-- 
2.7.4


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

* bug#36715: 27.0.50; Typo in abbrev-prefix-mark
  2019-07-18 12:36 bug#36715: 27.0.50; Typo in abbrev-prefix-mark Mauro Aranda
  2019-07-18 12:43 ` Mauro Aranda
@ 2019-07-18 12:45 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2019-07-18 12:45 UTC (permalink / raw)
  To: Mauro Aranda; +Cc: 36715-done

> From: Mauro Aranda <maurooaranda@gmail.com>
> Date: Thu, 18 Jul 2019 09:36:31 -0300
> 
> The docstring of abbrev-prefix-mark has a typo.
> It reads:
> "This command a hyphen after ..."
> But it should read:
> "This command inserts a hyphen after ..."

Thanks, fixed.





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

end of thread, other threads:[~2019-07-18 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-18 12:36 bug#36715: 27.0.50; Typo in abbrev-prefix-mark Mauro Aranda
2019-07-18 12:43 ` Mauro Aranda
2019-07-18 12:45 ` 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).