diff lisp/textmodes/reftex-toc.el @ 111333:de02b794c330

Don't be so lax with spelling. * lisp/net/dbus.el (dbus-name-owner-changed-handler): Doc fix. * doc/misc/ediff.texi (Quick Help Commands, Miscellaneous): Spelling fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 02 Nov 2010 20:49:04 -0700
parents 280c8ae2476d
children 96c3de40fa1b
line wrap: on
line diff
--- a/lisp/textmodes/reftex-toc.el	Tue Nov 02 20:40:54 2010 -0700
+++ b/lisp/textmodes/reftex-toc.el	Tue Nov 02 20:49:04 2010 -0700
@@ -678,7 +678,7 @@
                           (error "Something is wrong!  Contact maintainer!")))
                     ;; Section has changed, request scan and loading
                     ;; We use a variable to delay until after the safe-exc.
-                    ;; because otherwise we loose the region.
+                    ;; because otherwise we lose the region.
                     (setq load t)))
                 ;; Scan document and load all files, this exits command
                 (if load (reftex-toc-load-all-files-for-promotion))) ; exits
@@ -1100,5 +1100,4 @@
    ["Help" reftex-toc-show-help t]))
 
 
-;; arch-tag: 92400ce2-0b86-4c89-a606-4ed71acea17e
 ;;; reftex-toc.el ends here