emacs-diffs
[Top][All Lists]
Advanced

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

master c659182: ; Fix doc strings of a recent commit


From: Eli Zaretskii
Subject: master c659182: ; Fix doc strings of a recent commit
Date: Fri, 5 Nov 2021 09:47:46 -0400 (EDT)

branch: master
commit c659182d555b720dc7d7deded191ca3623ee7011
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix doc strings of a recent commit
    
    * lisp/image-dired.el (image-dired-gallery-image-root-url)
    (image-dired-gallery-thumb-image-root-url)
    (image-dired-gallery-dir): Don't use "path" for file names and
    URLs.
---
 lisp/image-dired.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index ebedaee..76e84f1 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -2363,14 +2363,14 @@ Track this in associated Dired buffer if
 (defcustom image-dired-gallery-dir
   (expand-file-name ".image-dired_gallery" image-dired-dir)
   "Directory to store generated gallery html pages.
-This path needs to be \"shared\" to the public so that it can access
-the index.html page that image-dired creates."
+The name of this directory needs to be \"shared\" to the public
+so that it can access the index.html page that image-dired creates."
   :type 'directory)
 
 (defcustom image-dired-gallery-image-root-url
   "https://example.org/image-diredpics";
   "URL where the full size images are to be found on your web server.
-Note that this path has to be configured on your web server.
+Note that this URL has to be configured on your web server.
 Image-Dired expects to find pictures in this directory.
 This is used by `image-dired-gallery-generate'."
   :type 'string
@@ -2379,7 +2379,7 @@ This is used by `image-dired-gallery-generate'."
 (defcustom image-dired-gallery-thumb-image-root-url
   "https://example.org/image-diredthumbs";
   "URL where the thumbnail images are to be found on your web server.
-Note that this path has to be configured on your web server.
+Note that URL path has to be configured on your web server.
 Image-Dired expects to find pictures in this directory.
 This is used by `image-dired-gallery-generate'."
   :type 'string



reply via email to

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