]> git.eshelyaron.com Git - emacs.git/commitdiff
; lisp/image-mode.el: Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Thu, 18 Aug 2022 15:50:13 +0000 (17:50 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 18 Aug 2022 15:50:13 +0000 (17:50 +0200)
lisp/image-mode.el

index 41a87a1a3f268bd9ffb406149ae03420e748a574..70f8746a3ac9c498d39d2222272ade94a3d77d42 100644 (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.