comparison lisp/image-mode.el @ 108350:224e769e00a2

Fix typo in docstring.
author Juri Linkov <juri@jurta.org>
date Fri, 23 Apr 2010 19:35:57 +0300
parents 31db1aaeac2d
children 973b5bc5fcfe 603e7bce46eb
comparison
equal deleted inserted replaced
108349:c824780b0f6a 108350:224e769e00a2
388 displays an image file as text. `image-minor-mode' provides the key 388 displays an image file as text. `image-minor-mode' provides the key
389 \\<image-mode-map>\\[image-toggle-display] to switch back to `image-mode' 389 \\<image-mode-map>\\[image-toggle-display] to switch back to `image-mode'
390 to display an image file as the actual image. 390 to display an image file as the actual image.
391 391
392 You can use `image-mode-as-text' in `auto-mode-alist' when you want 392 You can use `image-mode-as-text' in `auto-mode-alist' when you want
393 to display an image file as text inititally. 393 to display an image file as text initially.
394 394
395 See commands `image-mode' and `image-minor-mode' for more information 395 See commands `image-mode' and `image-minor-mode' for more information
396 on these modes." 396 on these modes."
397 (interactive) 397 (interactive)
398 ;; image-mode-as-text = normal-mode + image-minor-mode 398 ;; image-mode-as-text = normal-mode + image-minor-mode