diff options
Diffstat (limited to 'lisp/image/image-dired-util.el')
-rw-r--r-- | lisp/image/image-dired-util.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image/image-dired-util.el b/lisp/image/image-dired-util.el index ebde531f723..a80b3afc0f3 100644 --- a/lisp/image/image-dired-util.el +++ b/lisp/image/image-dired-util.el @@ -110,11 +110,11 @@ See also `image-dired-thumbnail-storage'." (abbreviate-file-name f))) (defun image-dired-associated-dired-buffer () - "Get associated Dired buffer at point." + "Get associated Dired buffer for thumbnail at point." (get-text-property (point) 'associated-dired-buffer)) (defmacro image-dired--with-dired-buffer (&rest body) - "Run BODY in associated Dired buffer. + "Run BODY in the Dired buffer associated with thumbnail at point. Should be used by commands in `image-dired-thumbnail-mode'." (declare (indent defun) (debug t)) (let ((file (make-symbol "file")) |