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/textmodes/reftex-vars.el | |
parent | 208e7520b64e6c65a33a3c68acf6f9b22ff69ffc (diff) | |
download | emacs-60e10c503131f3088e901c7bbaaa53da816cf1e1.tar.gz emacs-60e10c503131f3088e901c7bbaaa53da816cf1e1.tar.bz2 emacs-60e10c503131f3088e901c7bbaaa53da816cf1e1.zip |
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/textmodes/reftex-vars.el')
-rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 01ee4f5fa4d..11dbb8d5705 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el @@ -1616,7 +1616,7 @@ viewing can be useful. Each entry has the structure MACRO-RE is matched against the macro. SEARCH-RE is the regexp used to search for cross references. `%s' in this regexp is replaced with -with the macro argument at point. HIGHLIGHT is an integer indicating +the macro argument at point. HIGHLIGHT is an integer indicating which subgroup of the match should be highlighted." :group 'reftex-viewing-cross-references :type '(repeat (group (regexp :tag "Macro Regexp ") |