diff options
-rw-r--r-- | lisp/image-mode.el | 6 |
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. |