; * lisp/image/image-crop.el (image-cut): Doc fix.
This commit is contained in:
parent
9c0403aae0
commit
e485734151
1 changed files with 3 additions and 3 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue