diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 14:56:06 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-01-14 15:16:54 +0100 |
commit | 725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275 (patch) | |
tree | 972ca388712567c81d9eb6dc90c6d6566d8bfa76 /lisp/term/pc-win.el | |
parent | 6653ee66ca5ebd42322613a09d4c0d2e35af924b (diff) | |
download | emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.tar.gz emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.tar.bz2 emacs-725a3f32f8ba78ac5fffcd03be5b82cbc2c1b275.zip |
; Fix typos in symbol names
Diffstat (limited to 'lisp/term/pc-win.el')
-rw-r--r-- | lisp/term/pc-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 02ad6b85c37..92d65c75816 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -47,7 +47,7 @@ ;; This was copied from etc/rgb.txt, except that some values were changed ;; a bit to make them consistent with DOS console colors, and the RGB -;; values were scaled up to 16 bits, as `tty-define-color' requires. +;; values were scaled up to 16 bits, as `tty-color-define' requires. ;;; ;; The mapping between the 16 standard EGA/VGA colors and X color names ;; was done by running a Unix version of Emacs inside an X client and a |