aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRobert Pluim2018-04-13 12:09:35 +0200
committerRobert Pluim2018-04-13 12:10:37 +0200
commit60e10c503131f3088e901c7bbaaa53da816cf1e1 (patch)
tree5a48cd866113ea7fd4eb268c7e1bb6b0f455a49e /lisp/textmodes
parent208e7520b64e6c65a33a3c68acf6f9b22ff69ffc (diff)
downloademacs-60e10c503131f3088e901c7bbaaa53da816cf1e1.tar.gz
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')
-rw-r--r--lisp/textmodes/reftex-vars.el2
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
1616 1616
1617MACRO-RE is matched against the macro. SEARCH-RE is the regexp used 1617MACRO-RE is matched against the macro. SEARCH-RE is the regexp used
1618to search for cross references. `%s' in this regexp is replaced with 1618to search for cross references. `%s' in this regexp is replaced with
1619with the macro argument at point. HIGHLIGHT is an integer indicating 1619the macro argument at point. HIGHLIGHT is an integer indicating
1620which subgroup of the match should be highlighted." 1620which subgroup of the match should be highlighted."
1621 :group 'reftex-viewing-cross-references 1621 :group 'reftex-viewing-cross-references
1622 :type '(repeat (group (regexp :tag "Macro Regexp ") 1622 :type '(repeat (group (regexp :tag "Macro Regexp ")