summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-02-14 18:28:10 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-02-14 18:28:10 +0100
commitfa5f7c5f63979de761dc3aa6ae232aa4b97b7663 (patch)
tree0c8b37a1dff67c268e872e7c06d63abd6209e5e6 /lisp/textmodes
parentecbaeb7bf5fd06f67347240a19b054a7a3698708 (diff)
downloademacs-fa5f7c5f63979de761dc3aa6ae232aa4b97b7663.tar.gz
Fix typos in docstrings.
* outline.el (outline-head-from-level): * simple.el (with-wrapper-hook): * cedet/ede.el (ede-run-target, project-delete-target) (project-dist-files, ede-name, ede-documentation, ede-parent-project) (ede-adebug-project, ede-adebug-project-parent) (ede-adebug-project-root): * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer) (elint-defun, elint-buffer-env, elint-top-form-logged) (elint-unbound-variable): * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-toc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el
index 34e6283fe47..1066066462d 100644
--- a/lisp/textmodes/reftex-toc.el
+++ b/lisp/textmodes/reftex-toc.el
@@ -723,8 +723,8 @@ DELTA and PRO-OR-DE are assumed to be dynamically scoped into this function."
(defun reftex-toc-newhead-from-alist (nlevel head alist)
"Get new heading with level NLEVEL from ALIST.
If there are no such entries, return nil.
-If there are several different entries with same new level, choose
-the one with the smallest distance to the assocation of HEAD in the alist.
+If there are several different entries with same new level, choose the
+one with the smallest distance to the association of HEAD in the alist.
This makes it possible for promotion to work several sets of headings,
if these sets are sorted blocks in the alist."
(let* ((al alist)