unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65065: [PATCH] ; * lisp/bindings.el (mode-line-modes): Fix typo.
@ 2023-08-05  6:50 Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-08-05  7:33 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-08-05  6:50 UTC (permalink / raw)
  To: 65065

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

Tags: patch

This corrects a typo in the help-echo of recursive edit indicators in
the mode-line.

In GNU Emacs 30.0.50 (build 3, x86_64-apple-darwin22.5.0, NS
 appkit-2299.60 Version 13.4 (Build 22F66)) of 2023-08-03 built on
 Dazzs-MBP
Repository revision: 7b30e11b2ac5cd360db7ee8b6aed07bd918b93a2
Repository branch: master
Windowing system distributor 'Apple', version 10.3.2299
System Description:  macOS 13.4

Configured using:
 'configure 'CFLAGS=-g0 -O3' --with-native-compilation --with-json
 --with-imagemagick --with-tree-sitter --enable-link-time-optimization'


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-bindings.el-mode-line-modes-Fix-typo.patch --]
[-- Type: text/patch, Size: 756 bytes --]

From 652aec6590c8cfe5d81fc1fa90442d35498bfd10 Mon Sep 17 00:00:00 2001
From: Eshel Yaron <me@eshelyaron.com>
Date: Sat, 5 Aug 2023 09:45:56 +0300
Subject: [PATCH] ; * lisp/bindings.el (mode-line-modes): Fix typo.

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

diff --git a/lisp/bindings.el b/lisp/bindings.el
index 22f05939235..dd6d4bb2d9e 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -449,7 +449,7 @@ mode-line-minor-mode-keymap
 
 (defvar mode-line-modes
   (let ((recursive-edit-help-echo
-         "Recursive edit, type M-C-c to get out"))
+         "Recursive edit, type C-M-c to get out"))
     (list (propertize "%[" 'help-echo recursive-edit-help-echo)
 	  "("
 	  `(:propertize ("" mode-name)
-- 
2.41.0


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

* bug#65065: [PATCH] ; * lisp/bindings.el (mode-line-modes): Fix typo.
  2023-08-05  6:50 bug#65065: [PATCH] ; * lisp/bindings.el (mode-line-modes): Fix typo Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2023-08-05  7:33 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-08-05  7:33 UTC (permalink / raw)
  To: Eshel Yaron; +Cc: 65065-done

> Date: Sat, 05 Aug 2023 09:50:07 +0300
> From:  Eshel Yaron via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> This corrects a typo in the help-echo of recursive edit indicators in
> the mode-line.

Thanks, installed on the emacs-29 branch and closing the bug.





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

end of thread, other threads:[~2023-08-05  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05  6:50 bug#65065: [PATCH] ; * lisp/bindings.el (mode-line-modes): Fix typo Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-08-05  7:33 ` 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).