emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 722a908 2/2: ; * lisp/image-dired.el: Be more consistent with spe


From: Stefan Kangas
Subject: master 722a908 2/2: ; * lisp/image-dired.el: Be more consistent with spelling.
Date: Wed, 27 Oct 2021 16:44:54 -0400 (EDT)

branch: master
commit 722a9080db719f6297eaa85f1a8c384e421a69dc
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/image-dired.el: Be more consistent with spelling.
---
 lisp/image-dired.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 250a76b..122d8a5 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]