From: Stefan Kangas Date: Thu, 18 Aug 2022 15:50:13 +0000 (+0200) Subject: ; lisp/image-mode.el: Fix typo. X-Git-Tag: emacs-28.2~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc0fce3a7d94ce837420ced27d163ae889cbec89;p=emacs.git ; lisp/image-mode.el: Fix typo. --- 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.