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 | |
| 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
| -rw-r--r-- | lisp/bindings.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/tag-ls.el | 2 | ||||
| -rw-r--r-- | lisp/image-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index e03b9e9a0cb..3e202b9b78c 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -807,7 +807,7 @@ and \\[backward-word], which see. | |||
| 807 | 807 | ||
| 808 | Value is normally t. | 808 | Value is normally t. |
| 809 | If an edge of the buffer or a field boundary is reached, point is left there | 809 | If an edge of the buffer or a field boundary is reached, point is left there |
| 810 | there and the function returns nil. Field boundaries are not noticed | 810 | and the function returns nil. Field boundaries are not noticed |
| 811 | if `inhibit-field-text-motion' is non-nil." | 811 | if `inhibit-field-text-motion' is non-nil." |
| 812 | (interactive "^p") | 812 | (interactive "^p") |
| 813 | (if (eq (current-bidi-paragraph-direction) 'left-to-right) | 813 | (if (eq (current-bidi-paragraph-direction) 'left-to-right) |
| @@ -823,7 +823,7 @@ and \\[forward-word], which see. | |||
| 823 | 823 | ||
| 824 | Value is normally t. | 824 | Value is normally t. |
| 825 | If an edge of the buffer or a field boundary is reached, point is left there | 825 | If an edge of the buffer or a field boundary is reached, point is left there |
| 826 | there and the function returns nil. Field boundaries are not noticed | 826 | and the function returns nil. Field boundaries are not noticed |
| 827 | if `inhibit-field-text-motion' is non-nil." | 827 | if `inhibit-field-text-motion' is non-nil." |
| 828 | (interactive "^p") | 828 | (interactive "^p") |
| 829 | (if (eq (current-bidi-paragraph-direction) 'left-to-right) | 829 | (if (eq (current-bidi-paragraph-direction) 'left-to-right) |
diff --git a/lisp/cedet/semantic/tag-ls.el b/lisp/cedet/semantic/tag-ls.el index b9cce176697..39a4d9542e5 100644 --- a/lisp/cedet/semantic/tag-ls.el +++ b/lisp/cedet/semantic/tag-ls.el | |||
| @@ -134,7 +134,7 @@ By default, `semantic-tag-similar-ignorable-attributes' is referenced for | |||
| 134 | attributes, and IGNORABLE-ATTRIBUTES will augment this list. | 134 | attributes, and IGNORABLE-ATTRIBUTES will augment this list. |
| 135 | 135 | ||
| 136 | Note that even though :name is not an attribute, it can be used to | 136 | Note that even though :name is not an attribute, it can be used to |
| 137 | to indicate lax comparison of names via `semantic--tag-similar-names-p'") | 137 | indicate lax comparison of names via `semantic--tag-similar-names-p'") |
| 138 | 138 | ||
| 139 | ;; Note: optional thing is because overloadable fcns don't handle this | 139 | ;; Note: optional thing is because overloadable fcns don't handle this |
| 140 | ;; quite right. | 140 | ;; quite right. |
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 | |||
| 676 | to display an image file as the actual image. | 676 | to display an image file as the actual image. |
| 677 | 677 | ||
| 678 | You can use `image-mode-as-hex' in `auto-mode-alist' when you want to | 678 | You can use `image-mode-as-hex' in `auto-mode-alist' when you want to |
| 679 | to display an image file as hex initially. | 679 | display an image file as hex initially. |
| 680 | 680 | ||
| 681 | See commands `image-mode' and `image-minor-mode' for more information | 681 | See commands `image-mode' and `image-minor-mode' for more information |
| 682 | on these modes." | 682 | on these modes." |
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 ") |