aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-09-27 23:28:26 +0200
committerStefan Kangas2022-09-27 23:28:28 +0200
commitadaa2fc90e5c5da4d2469bc20614328ec2ddca78 (patch)
tree1f5a88315aeaa981840ec90974e2d9f1e6a40326
parent9e0c21ea73e41916322cbeef5751400c5353bd5a (diff)
downloademacs-adaa2fc90e5c5da4d2469bc20614328ec2ddca78.tar.gz
emacs-adaa2fc90e5c5da4d2469bc20614328ec2ddca78.zip
; * lisp/image/image-dired.el: Fix typo.
-rw-r--r--lisp/image/image-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index 2c2f24be640..f4ae6e9bfda 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -361,7 +361,7 @@ This affects the following commands:
361 "Face for the directory name in the header line of the thumbnail buffer." 361 "Face for the directory name in the header line of the thumbnail buffer."
362 :version "29.1") 362 :version "29.1")
363 363
364(defface -image-dired-thumb-header-file-size 364(defface image-dired-thumb-header-file-size
365 '((((class color) (min-colors 88)) :foreground "cadet blue") 365 '((((class color) (min-colors 88)) :foreground "cadet blue")
366 (((class color) (min-colors 16)) :foreground "black") 366 (((class color) (min-colors 16)) :foreground "black")
367 (default :inherit header-line)) 367 (default :inherit header-line))