aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 18:56:08 -0800
committerPaul Eggert2014-01-04 18:56:08 -0800
commitda5ecfa9b951691fc8bbf17f24fc8626216a706b (patch)
tree578d41e67060235d3de230b39c9326d683d77014 /lisp/textmodes
parent5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff)
downloademacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz
emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-index.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el
index 9d96f8a7242..4a329b9999e 100644
--- a/lisp/textmodes/reftex-index.el
+++ b/lisp/textmodes/reftex-index.el
@@ -896,7 +896,7 @@ When index is restricted, select the previous section as restriction criterion."
896 ;; If FINAL is t, stay there 896 ;; If FINAL is t, stay there
897 ;; If FINAL is 'hide, hide the *Index* window. 897 ;; If FINAL is 'hide, hide the *Index* window.
898 ;; Otherwise, move cursor back into *Index* window. 898 ;; Otherwise, move cursor back into *Index* window.
899 ;; NO-REVISIT means don't visit files, just use live biffers. 899 ;; NO-REVISIT means don't visit files, just use live buffers.
900 900
901 (let* ((data (get-text-property (point) :data)) 901 (let* ((data (get-text-property (point) :data))
902 (index-window (selected-window)) 902 (index-window (selected-window))