; * lisp/image-mode.el: Fix typos in doc strings (bug#66302).
This commit is contained in:
parent
fa0d3f45ae
commit
5c2d9ae48e
1 changed files with 2 additions and 2 deletions
|
@ -773,7 +773,7 @@ to switch back to
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun image-mode-to-text ()
|
(defun image-mode-to-text ()
|
||||||
"Set a non-image mode as major mode in combination with image minor mode.
|
"Set a non-image mode as major mode in combination with image minor mode.
|
||||||
A non-mage major mode found from `auto-mode-alist' or fundamental mode
|
A non-image major mode found from `auto-mode-alist' or fundamental mode
|
||||||
displays an image file as text."
|
displays an image file as text."
|
||||||
;; image-mode-as-text = normal-mode + image-minor-mode
|
;; image-mode-as-text = normal-mode + image-minor-mode
|
||||||
(let ((previous-image-type image-type)) ; preserve `image-type'
|
(let ((previous-image-type image-type)) ; preserve `image-type'
|
||||||
|
@ -786,7 +786,7 @@ displays an image file as text."
|
||||||
|
|
||||||
(defun image-mode-as-hex ()
|
(defun image-mode-as-hex ()
|
||||||
"Set `hexl-mode' as major mode in combination with image minor mode.
|
"Set `hexl-mode' as major mode in combination with image minor mode.
|
||||||
A non-mage major mode found from `auto-mode-alist' or fundamental mode
|
A non-image major mode found from `auto-mode-alist' or fundamental mode
|
||||||
displays an image file as hex. `image-minor-mode' provides the key
|
displays an image file as hex. `image-minor-mode' provides the key
|
||||||
\\<image-mode-map>\\[image-toggle-hex-display] to switch back to `image-mode' \
|
\\<image-mode-map>\\[image-toggle-hex-display] to switch back to `image-mode' \
|
||||||
to display an image file as
|
to display an image file as
|
||||||
|
|
Loading…
Add table
Reference in a new issue