* lisp/image-mode.el: Improve commentary.
This commit is contained in:
parent
ac43ac1af9
commit
254ba1d3e5
1 changed files with 8 additions and 4 deletions
|
@ -23,10 +23,14 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; Defines a major mode for visiting image files
|
;; Defines `image-mode', a major mode for visiting image files. Displaying
|
||||||
;; that allows conversion between viewing the text of the file,
|
;; images only works only if Emacs was built with support for
|
||||||
;; hex of the file and viewing the file as an image. Viewing the image
|
;; displaying such images. See Info node `(emacs) Image Mode' for
|
||||||
;; works by putting a `display' text-property on the
|
;; 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
|
;; image data, with the image-data still present underneath; if the
|
||||||
;; resulting buffer file is saved to another name it will correctly save
|
;; resulting buffer file is saved to another name it will correctly save
|
||||||
;; the image data to the new file.
|
;; the image data to the new file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue