diff options
| author | Robert Pluim | 2018-04-13 12:09:35 +0200 |
|---|---|---|
| committer | Robert Pluim | 2018-04-13 12:10:37 +0200 |
| commit | 60e10c503131f3088e901c7bbaaa53da816cf1e1 (patch) | |
| tree | 5a48cd866113ea7fd4eb268c7e1bb6b0f455a49e /lisp/textmodes | |
| parent | 208e7520b64e6c65a33a3c68acf6f9b22ff69ffc (diff) | |
| download | emacs-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.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 | |||
| 1616 | 1616 | ||
| 1617 | MACRO-RE is matched against the macro. SEARCH-RE is the regexp used | 1617 | MACRO-RE is matched against the macro. SEARCH-RE is the regexp used |
| 1618 | to search for cross references. `%s' in this regexp is replaced with | 1618 | to search for cross references. `%s' in this regexp is replaced with |
| 1619 | with the macro argument at point. HIGHLIGHT is an integer indicating | 1619 | the macro argument at point. HIGHLIGHT is an integer indicating |
| 1620 | which subgroup of the match should be highlighted." | 1620 | which 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 ") |