aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2010-02-14 18:28:10 +0100
committerJuanma Barranquero2010-02-14 18:28:10 +0100
commitfa5f7c5f63979de761dc3aa6ae232aa4b97b7663 (patch)
tree0c8b37a1dff67c268e872e7c06d63abd6209e5e6 /lisp/textmodes
parentecbaeb7bf5fd06f67347240a19b054a7a3698708 (diff)
downloademacs-fa5f7c5f63979de761dc3aa6ae232aa4b97b7663.tar.gz
emacs-fa5f7c5f63979de761dc3aa6ae232aa4b97b7663.zip
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."
723(defun reftex-toc-newhead-from-alist (nlevel head alist) 723(defun reftex-toc-newhead-from-alist (nlevel head alist)
724 "Get new heading with level NLEVEL from ALIST. 724 "Get new heading with level NLEVEL from ALIST.
725If there are no such entries, return nil. 725If there are no such entries, return nil.
726If there are several different entries with same new level, choose 726If there are several different entries with same new level, choose the
727the one with the smallest distance to the assocation of HEAD in the alist. 727one with the smallest distance to the association of HEAD in the alist.
728This makes it possible for promotion to work several sets of headings, 728This makes it possible for promotion to work several sets of headings,
729if these sets are sorted blocks in the alist." 729if these sets are sorted blocks in the alist."
730 (let* ((al alist) 730 (let* ((al alist)