summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-27 22:10:04 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-27 22:10:04 +0200
commit722a9080db719f6297eaa85f1a8c384e421a69dc (patch)
tree3eb5df2806649f76a11dde4004387aa3e0a7c6f0 /lisp
parent75ebbc6a27e28227ab4a6b9f5ba114056478f885 (diff)
downloademacs-722a9080db719f6297eaa85f1a8c384e421a69dc.tar.gz
emacs-722a9080db719f6297eaa85f1a8c384e421a69dc.tar.bz2
emacs-722a9080db719f6297eaa85f1a8c384e421a69dc.zip
; * lisp/image-dired.el: Be more consistent with spelling.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/image-dired.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 250a76ba126..122d8a5d9aa 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -100,7 +100,7 @@
;; * WARNING: The "database" format used might be changed so keep a
;; backup of `image-dired-db-file' when testing new versions.
;;
-;; * `image-dired-display-image-mode' does not support animation
+;; * `image-dired-display-image-mode' does not support animation.
;;
;; TODO
;; ====
@@ -131,14 +131,14 @@
;; it probably needs rewriting `image-dired-display-thumbs' to be more general.
;;
;; * Find some way of toggling on and off really nice keybindings in
-;; dired (for example, using C-n or <down> instead of C-S-n).
+;; Dired (for example, using C-n or <down> instead of C-S-n).
;; Richard suggested that we could keep C-t as prefix for
-;; image-dired commands as it is currently not used in dired. He
+;; image-dired commands as it is currently not used in Dired. He
;; also suggested that `dired-next-line' and `dired-previous-line'
;; figure out if image-dired is enabled in the current buffer and,
;; if it is, call `image-dired-dired-next-line' and `image-dired-dired-previous-line',
;; respectively. Update: This is partly done; some bindings have
-;; now been added to dired.
+;; now been added to Dired.
;;
;; * Enhanced gallery creation with basic CSS-support and pagination
;; of tag pages with many pictures.
@@ -172,7 +172,7 @@
(defcustom image-dired-dir (locate-user-emacs-file "image-dired/")
"Directory where thumbnail images are stored.
-The value of this option will be ignored if Image Dired is
+The value of this option will be ignored if Image-Dired is
customized to use the Thumbnail Managing Standard; they will be
saved in \"$XDG_CACHE_HOME/thumbnails/\" instead. See
`image-dired-thumbnail-storage'."
@@ -180,7 +180,7 @@ saved in \"$XDG_CACHE_HOME/thumbnails/\" instead. See
(defcustom image-dired-thumbnail-storage 'use-image-dired-dir
"How `image-dired' stores thumbnail files.
-There are two ways that Image Dired can store and generate
+There are two ways that Image-Dired can store and generate
thumbnails. If you set this variable to one of the two following
values, they will be stored in the JPEG format:
@@ -457,7 +457,7 @@ Used by `image-dired-gallery-generate' to leave out \"hidden\" images."
This is the default size for both `image-dired-thumb-width'
and `image-dired-thumb-height'.
-The value of this option will be ignored if Image Dired is
+The value of this option will be ignored if Image-Dired is
customized to use the Thumbnail Managing Standard; the standard
sizes will be used instead. See `image-dired-thumbnail-storage'."
:type 'integer)
@@ -1137,7 +1137,7 @@ If the number of image files in DIR exceeds
`image-dired-show-all-from-dir-max-files', ask for confirmation
before creating the thumbnail buffer. If that variable is nil,
never ask for confirmation."
- (interactive "DImage Dired: ")
+ (interactive "DImage-Dired: ")
(dired dir)
(dired-mark-files-regexp (image-file-name-regexp))
(let ((files (dired-get-marked-files nil nil nil t)))
@@ -2256,7 +2256,7 @@ default value at the prompt."
(defun image-dired-copy-with-exif-file-name ()
"Copy file with unique name to main image directory.
-Copy current or all marked files in dired to a new file in your
+Copy current or all marked files in Dired to a new file in your
main image directory, using a file name generated by
`image-dired-get-exif-file-name'. A typical usage for this if when
copying images from a digital camera into the image directory.