summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-08-18 17:50:13 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-08-18 17:50:13 +0200
commitdc0fce3a7d94ce837420ced27d163ae889cbec89 (patch)
tree5848d2db53bbf5a6fbca92f2171960507c55ad20 /lisp/image-mode.el
parent254ba1d3e5c4499ef56d0452803a7c1011d7712f (diff)
downloademacs-dc0fce3a7d94ce837420ced27d163ae889cbec89.tar.gz
emacs-dc0fce3a7d94ce837420ced27d163ae889cbec89.tar.bz2
emacs-dc0fce3a7d94ce837420ced27d163ae889cbec89.zip
; lisp/image-mode.el: Fix typo.
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r--lisp/image-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 41a87a1a3f2..70f8746a3ac 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -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.