1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; lisp/image-mode.el: Fix typo.

This commit is contained in:
Stefan Kangas 2022-08-18 17:50:13 +02:00
parent 254ba1d3e5
commit dc0fce3a7d

View File

@ -24,9 +24,9 @@
;;; Commentary:
;; 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.
;; images only works 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.