diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-02 20:49:04 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-02 20:49:04 -0700 |
commit | 537b04b96a8516693acabd5474791f5c77a770d4 (patch) | |
tree | 74411a3837610730fad60042b727c5126844a38b /lisp/textmodes/reftex-toc.el | |
parent | cf503f7c08c73b89485ac3d00af917875ed13b39 (diff) | |
download | emacs-537b04b96a8516693acabd5474791f5c77a770d4.tar.gz |
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.
Diffstat (limited to 'lisp/textmodes/reftex-toc.el')
-rw-r--r-- | lisp/textmodes/reftex-toc.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 41ea83b077f..4d9be61de3d 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el @@ -678,7 +678,7 @@ promotion/demotion later." (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 @@ always show the current section in connection with the option ["Help" reftex-toc-show-help t])) -;; arch-tag: 92400ce2-0b86-4c89-a606-4ed71acea17e ;;; reftex-toc.el ends here |