]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image-dired.el: Be more consistent with spelling.
authorStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 20:10:04 +0000 (22:10 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 27 Oct 2021 20:10:04 +0000 (22:10 +0200)
lisp/image-dired.el

index 250a76ba126796a24cb5d9ab5ea279b86d0126fa..122d8a5d9aaf276dc39cdc43f797e53845797dbe 100644 (file)
 ;; * 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
 ;; ====
 ;;   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.
 (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.