From: Juanma Barranquero Date: Sun, 13 Jul 2003 17:15:47 +0000 (+0000) Subject: (texinfo-section-list): Append appendixsection; a synonym for appendixsec. X-Git-Tag: ttn-vms-21-2-B4~9367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76b7c637127de4ac50fbbd8c840ea9778a7f3249;p=emacs.git (texinfo-section-list): Append appendixsection; a synonym for appendixsec. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index f6ae5563c17..37da88410f9 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -28,7 +28,7 @@ ;;; Todo: ;; - facemenu support. -;; - command completion. +;; - command completion. ;;; Commentary: @@ -276,6 +276,7 @@ chapter." ("unnumberedsubsubsec" 5) ("appendix" 2) ("appendixsec" 3) + ("appendixsection" 3) ("appendixsubsec" 4) ("appendixsubsubsec" 5) ("majorheading" 2)