diff options
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 9969140f0ca..308da9367d5 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -46,7 +46,7 @@ the terminal-initialization file to be loaded." | |||
| 46 | ("vt320" . "vt200") | 46 | ("vt320" . "vt200") |
| 47 | ("vt400" . "vt200") | 47 | ("vt400" . "vt200") |
| 48 | ("vt420" . "vt200") | 48 | ("vt420" . "vt200") |
| 49 | ) | 49 | ("alacritty" . "xterm")) |
| 50 | "Alist of terminal type aliases. | 50 | "Alist of terminal type aliases. |
| 51 | Entries are of the form (TYPE . ALIAS), where both elements are strings. | 51 | Entries are of the form (TYPE . ALIAS), where both elements are strings. |
| 52 | This means to treat a terminal of type TYPE as if it were of type ALIAS." | 52 | This means to treat a terminal of type TYPE as if it were of type ALIAS." |