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
This commit is contained in:
parent
208e7520b6
commit
60e10c5031
4 changed files with 5 additions and 5 deletions
|
@ -807,7 +807,7 @@ and \\[backward-word], which see.
|
||||||
|
|
||||||
Value is normally t.
|
Value is normally t.
|
||||||
If an edge of the buffer or a field boundary is reached, point is left there
|
If an edge of the buffer or a field boundary is reached, point is left there
|
||||||
there and the function returns nil. Field boundaries are not noticed
|
and the function returns nil. Field boundaries are not noticed
|
||||||
if `inhibit-field-text-motion' is non-nil."
|
if `inhibit-field-text-motion' is non-nil."
|
||||||
(interactive "^p")
|
(interactive "^p")
|
||||||
(if (eq (current-bidi-paragraph-direction) 'left-to-right)
|
(if (eq (current-bidi-paragraph-direction) 'left-to-right)
|
||||||
|
@ -823,7 +823,7 @@ and \\[forward-word], which see.
|
||||||
|
|
||||||
Value is normally t.
|
Value is normally t.
|
||||||
If an edge of the buffer or a field boundary is reached, point is left there
|
If an edge of the buffer or a field boundary is reached, point is left there
|
||||||
there and the function returns nil. Field boundaries are not noticed
|
and the function returns nil. Field boundaries are not noticed
|
||||||
if `inhibit-field-text-motion' is non-nil."
|
if `inhibit-field-text-motion' is non-nil."
|
||||||
(interactive "^p")
|
(interactive "^p")
|
||||||
(if (eq (current-bidi-paragraph-direction) 'left-to-right)
|
(if (eq (current-bidi-paragraph-direction) 'left-to-right)
|
||||||
|
|
|
@ -134,7 +134,7 @@ By default, `semantic-tag-similar-ignorable-attributes' is referenced for
|
||||||
attributes, and IGNORABLE-ATTRIBUTES will augment this list.
|
attributes, and IGNORABLE-ATTRIBUTES will augment this list.
|
||||||
|
|
||||||
Note that even though :name is not an attribute, it can be used to
|
Note that even though :name is not an attribute, it can be used to
|
||||||
to indicate lax comparison of names via `semantic--tag-similar-names-p'")
|
indicate lax comparison of names via `semantic--tag-similar-names-p'")
|
||||||
|
|
||||||
;; Note: optional thing is because overloadable fcns don't handle this
|
;; Note: optional thing is because overloadable fcns don't handle this
|
||||||
;; quite right.
|
;; quite right.
|
||||||
|
|
|
@ -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.
|
to display an image file as the actual image.
|
||||||
|
|
||||||
You can use `image-mode-as-hex' in `auto-mode-alist' when you want to
|
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
|
See commands `image-mode' and `image-minor-mode' for more information
|
||||||
on these modes."
|
on these modes."
|
||||||
|
|
|
@ -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
|
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
|
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."
|
which subgroup of the match should be highlighted."
|
||||||
:group 'reftex-viewing-cross-references
|
:group 'reftex-viewing-cross-references
|
||||||
:type '(repeat (group (regexp :tag "Macro Regexp ")
|
:type '(repeat (group (regexp :tag "Macro Regexp ")
|
||||||
|
|
Loading…
Add table
Reference in a new issue