From dc0fce3a7d94ce837420ced27d163ae889cbec89 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 18 Aug 2022 17:50:13 +0200 Subject: [PATCH] ; lisp/image-mode.el: Fix typo. --- lisp/image-mode.el | 6 +++--- 1 file 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. -- 2.39.2