diff options
-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. 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) 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 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. 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 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." 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 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 ") |