]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove repetitions in documentation strings
authorRobert Pluim <rpluim@gmail.com>
Fri, 13 Apr 2018 10:09:35 +0000 (12:09 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 13 Apr 2018 10:10:37 +0000 (12:10 +0200)
* 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

lisp/bindings.el
lisp/cedet/semantic/tag-ls.el
lisp/image-mode.el
lisp/textmodes/reftex-vars.el

index e03b9e9a0cbbc3bd5cfc366e136532517e8712b6..3e202b9b78c323631da2d67057c3d035a075ecef 100644 (file)
@@ -807,7 +807,7 @@ and \\[backward-word], which see.
 
 Value is normally t.
 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."
   (interactive "^p")
   (if (eq (current-bidi-paragraph-direction) 'left-to-right)
@@ -823,7 +823,7 @@ and \\[forward-word], which see.
 
 Value is normally t.
 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."
   (interactive "^p")
   (if (eq (current-bidi-paragraph-direction) 'left-to-right)
index b9cce1766972639070b8920e0267e2089a31b5bb..39a4d9542e55852fd659f19d83dfbda316aa7196 100644 (file)
@@ -134,7 +134,7 @@ By default, `semantic-tag-similar-ignorable-attributes' is referenced for
 attributes, and IGNORABLE-ATTRIBUTES will augment this list.
 
 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
 ;; quite right.
index 1052ed97613da5e3a0716ae540e2ccaf889bbdc4..c0186f07a1d6ee6bc7e2896077ff6edb980f018e 100644 (file)
@@ -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.
 
 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
 on these modes."
index 01ee4f5fa4d3f228b802849c316706080fa8498b..11dbb8d5705a8d4c501f949d2fcdbfa0cb0c5cb5 100644 (file)
@@ -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  ")