emacs-diffs
[Top][All Lists]
Advanced

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

master e485734151 1/2: ; * lisp/image/image-crop.el (image-cut): Doc fix


From: Eli Zaretskii
Subject: master e485734151 1/2: ; * lisp/image/image-crop.el (image-cut): Doc fix.
Date: Fri, 16 Sep 2022 07:24:32 -0400 (EDT)

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

    ; * lisp/image/image-crop.el (image-cut): Doc fix.
---
 lisp/image/image-crop.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/image/image-crop.el b/lisp/image/image-crop.el
index 682fce3986..8b6694f223 100644
--- a/lisp/image/image-crop.el
+++ b/lisp/image/image-crop.el
@@ -105,9 +105,9 @@ image data.")
 
 ;;;###autoload
 (defun image-cut (&optional color)
-  "Cut a rectangle from the image under point.
-Interactively, if given a prefix, prompt for COLOR to use.
-Otherwise, default to `image-cut-color'."
+  "Cut a rectangle from the image under point, filling it with COLOR.
+COLOR defaults to the value of `image-cut-color'.
+Interactively, with prefix argument, prompt for COLOR to use."
   (interactive (list (and current-prefix-arg (read-color "Use color: "))))
   (image-crop (if (zerop (length color)) image-cut-color color)))
 



reply via email to

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