emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 dc0fce3a7d 1/2: ; lisp/image-mode.el: Fix typo.


From: Stefan Kangas
Subject: emacs-28 dc0fce3a7d 1/2: ; lisp/image-mode.el: Fix typo.
Date: Thu, 18 Aug 2022 12:44:36 -0400 (EDT)

branch: emacs-28
commit dc0fce3a7d94ce837420ced27d163ae889cbec89
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; 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 41a87a1a3f..70f8746a3a 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]