`image-save' doc string clarification
* lisp/image.el (image-save): Clarify what's being saved (bug#49347).
This commit is contained in:
parent
579b0c006e
commit
82c6327555
1 changed files with 3 additions and 1 deletions
|
@ -1191,7 +1191,9 @@ rotations by only multiples of 90 degrees."
|
|||
360)))))
|
||||
|
||||
(defun image-save ()
|
||||
"Save the image under point."
|
||||
"Save the image under point.
|
||||
This writes the original image data to a file. Rotating or
|
||||
changing the displayed image size does not affect the saved image."
|
||||
(interactive)
|
||||
(let ((image (image--get-image)))
|
||||
(with-temp-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue