1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

* lisp/image-mode.el: Improve commentary.

This commit is contained in:
Stefan Kangas 2022-08-18 17:36:54 +02:00
parent ac43ac1af9
commit 254ba1d3e5

View File

@ -23,10 +23,14 @@
;;; Commentary:
;; Defines a major mode for visiting image files
;; that allows conversion between viewing the text of the file,
;; hex of the file and viewing the file as an image. Viewing the image
;; works by putting a `display' text-property on the
;; Defines `image-mode', a major mode for visiting image files. Displaying
;; images only works only if Emacs was built with support for
;; displaying such images. See Info node `(emacs) Image Mode' for
;; more information.
;;
;; There is support for switching between viewing the text of the
;; file, the hex of the file and viewing the file as an image.
;; Viewing the image works by putting a `display' text-property on the
;; image data, with the image-data still present underneath; if the
;; resulting buffer file is saved to another name it will correctly save
;; the image data to the new file.