aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/image-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 7604d2911e2..fdfbc145ace 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -228,7 +228,7 @@ to toggle between display as an image and display as text."
228 "Toggle Image minor mode. 228 "Toggle Image minor mode.
229With arg, turn Image minor mode on if arg is positive, off otherwise. 229With arg, turn Image minor mode on if arg is positive, off otherwise.
230See the command `image-mode' for more information on this mode." 230See the command `image-mode' for more information on this mode."
231 nil " Image" image-mode-map 231 nil " Image" image-mode-text-map
232 :group 'image 232 :group 'image
233 :version "22.1" 233 :version "22.1"
234 (if (not image-minor-mode) 234 (if (not image-minor-mode)