diff options
author | Robert Pluim <rpluim@gmail.com> | 2018-04-13 12:09:35 +0200 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2018-04-13 12:10:37 +0200 |
commit | 60e10c503131f3088e901c7bbaaa53da816cf1e1 (patch) | |
tree | 5a48cd866113ea7fd4eb268c7e1bb6b0f455a49e /lisp/bindings.el | |
parent | 208e7520b64e6c65a33a3c68acf6f9b22ff69ffc (diff) | |
download | emacs-60e10c503131f3088e901c7bbaaa53da816cf1e1.tar.gz |
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/bindings.el')
-rw-r--r-- | lisp/bindings.el | 4 |
1 files changed, 2 insertions, 2 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. 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) |