diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /etc | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/themes/modus-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/modus-themes.el b/etc/themes/modus-themes.el index b776f12671e..b8be7f07a57 100644 --- a/etc/themes/modus-themes.el +++ b/etc/themes/modus-themes.el | |||
| @@ -1389,7 +1389,7 @@ color that is combined with FG-FOR-BG." | |||
| 1389 | :foreground fg | 1389 | :foreground fg |
| 1390 | :weight | 1390 | :weight |
| 1391 | ;; If we have `bold' specifically, we inherit the face of | 1391 | ;; If we have `bold' specifically, we inherit the face of |
| 1392 | ;; the same name. This allows the user to customise that | 1392 | ;; the same name. This allows the user to customize that |
| 1393 | ;; face, such as to change its font family. | 1393 | ;; face, such as to change its font family. |
| 1394 | (if (and weight (not (eq weight 'bold))) | 1394 | (if (and weight (not (eq weight 'bold))) |
| 1395 | weight | 1395 | weight |