diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /lisp/textmodes/texnfo-upd.el | |
parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/textmodes/texnfo-upd.el')
-rw-r--r-- | lisp/textmodes/texnfo-upd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index d674b3a397e..69d68a76d4b 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -1165,7 +1165,7 @@ error if the node is not the top node and a section is not found." "texinfo-specific-section-type: Chapter or section not found")))))) (defun texinfo-hierarchic-level () - "Return the general hierarchal level of the next node in a texinfo file. + "Return the general hierarchical level of the next node in a texinfo file. Thus, a subheading or appendixsubsec is of type subsection." (let ((case-fold-search t)) (cadr (assoc |