diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ansi-osc.el | 2 | ||||
-rw-r--r-- | 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 a8523fc9dc2..9b7f586d164 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 eb4cec48619..f77f7492c30 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))) |