aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Whitton2026-01-10 12:51:37 +0000
committerSean Whitton2026-01-10 12:51:37 +0000
commit316fd1070242a48ab28c0e5223ca53486cc11e68 (patch)
tree8010d0f76d9c7dad576683dcad5e5f500a5d92ee
parentb07b3ae9f439c9fb18b09d5c33f160aca392a81d (diff)
downloademacs-316fd1070242a48ab28c0e5223ca53486cc11e68.tar.gz
emacs-316fd1070242a48ab28c0e5223ca53486cc11e68.zip
; Spelling fix.
-rw-r--r--lisp/term/xterm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index cc9d5101d52..a91608b0f56 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -1334,8 +1334,8 @@ versions of xterm."
1334 "\e]12;?\e\\" 1334 "\e]12;?\e\\"
1335 `(("\e]12;" . ,(lambda () 1335 `(("\e]12;" . ,(lambda ()
1336 (let ((str (xterm--read-string ?\e ?\\))) 1336 (let ((str (xterm--read-string ?\e ?\\)))
1337 ;; The response is specifically formated to set the 1337 ;; The response is specifically formatted to set
1338 ;; color 1338 ;; the color.
1339 (push 1339 (push
1340 (concat "\e]12;" str "\e\\") 1340 (concat "\e]12;" str "\e\\")
1341 (terminal-parameter nil 'tty-mode-reset-strings))))))) 1341 (terminal-parameter nil 'tty-mode-reset-strings)))))))