[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 78663ad78b 1/2: ; typos
From: |
Eli Zaretskii |
Subject: |
emacs-29 78663ad78b 1/2: ; typos |
Date: |
Tue, 29 Nov 2022 07:04:34 -0500 (EST) |
branch: emacs-29
commit 78663ad78b83c2a5360f9eb4609af0fab192c340
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; typos
(cherry picked from commit 7939184f8e0370e7a3397d492812c6d202c2a193)
---
lisp/ansi-osc.el | 2 +-
lisp/tab-bar.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/ansi-osc.el b/lisp/ansi-osc.el
index a8523fc9dc..9b7f586d16 100644
--- a/lisp/ansi-osc.el
+++ b/lisp/ansi-osc.el
@@ -108,7 +108,7 @@ list that is the value of `ansi-osc-handlers'."
"Update `default-directory' from OSC 7 escape sequences.
This function is intended to be included as an element of the
-the list that is the value of `ansi-osc-handlers'. You should arrange
+list that is the value of `ansi-osc-handlers'. You should arrange
for your shell to print the appropriate escape sequence at each prompt,
such as with the following command:
diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index eb4cec4861..f77f7492c3 100644
--- a/lisp/tab-bar.el
+++ b/lisp/tab-bar.el
@@ -189,7 +189,7 @@ For easier selection of tabs by their numbers, consider
customizing
'(;; (emoji "🍔")
(symbol "☰")
(text "Menu" :face tab-bar-tab-inactive))
- "Icon for for the menu bar."
+ "Icon for the menu bar."
:version "29.1"
:help-echo "Menu bar"))
(setq tab-bar-menu-bar-button (icon-string 'tab-bar-menu-bar)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 78663ad78b 1/2: ; typos,
Eli Zaretskii <=