diff options
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r-- | lisp/image-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el index 9c7c91eb58a..fae928f4e67 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -809,7 +809,7 @@ was inserted." If the current buffer is displaying an image file as an image, call `image-mode-as-text' to switch to text or hex display. -Otherwise, display the image by calling `image-mode'" +Otherwise, display the image by calling `image-mode'." (interactive) (if (image-get-display-property) (image-mode-as-text) |