diff options
author | Robert Pluim <rpluim@gmail.com> | 2018-04-13 12:09:35 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2018-04-13 12:10:37 +0200 |
commit | 60e10c503131f3088e901c7bbaaa53da816cf1e1 (patch) | |
tree | 5a48cd866113ea7fd4eb268c7e1bb6b0f455a49e /lisp/image-mode.el | |
parent | 208e7520b64e6c65a33a3c68acf6f9b22ff69ffc (diff) | |
download | emacs-60e10c503131f3088e901c7bbaaa53da816cf1e1.tar.gz |
Remove repetitions in documentation strings
* lisp/bindings.el (right-word): Remove repetition
(left-word): Likewise.
* lisp/image-mode.el (image-mode-as-hex): Likewise.
* lisp/cedet/semantic/tag-ls.el (semantic-tag-similar-p): Likewise.
* lisp/textmodes/reftex-vars.el (reftex-view-crossref-extra): Likewise
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 1052ed97613..c0186f07a1d 100644 --- a/lisp/image-mode.el +++ b/lisp/image-mode.el @@ -676,7 +676,7 @@ displays an image file as hex. `image-minor-mode' provides the key to display an image file as the actual image. You can use `image-mode-as-hex' in `auto-mode-alist' when you want to -to display an image file as hex initially. +display an image file as hex initially. See commands `image-mode' and `image-minor-mode' for more information on these modes." |