diff options
Diffstat (limited to 'lisp/outline.el')
-rw-r--r-- | lisp/outline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/outline.el b/lisp/outline.el index d9142c5a604..816cd9ae7c9 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -338,7 +338,7 @@ numbered and unnumbered sections), list them set by set and sorted by level within each set. For example in texinfo mode: (setq outline-heading-alist - '((\"@chapter\" . 2) (\"@section\" . 3) (\"@subsection\" . 4) + \\='((\"@chapter\" . 2) (\"@section\" . 3) (\"@subsection\" . 4) (\"@subsubsection\" . 5) (\"@unnumbered\" . 2) (\"@unnumberedsec\" . 3) (\"@unnumberedsubsec\" . 4) (\"@unnumberedsubsubsec\" . 5) |