]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-section-list): Append appendixsection; a synonym for appendixsec.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 13 Jul 2003 17:15:47 +0000 (17:15 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 13 Jul 2003 17:15:47 +0000 (17:15 +0000)
lisp/textmodes/texinfo.el

index f6ae5563c1741c42cf4667049d7ac5fe28e86356..37da88410f94957cc80573da6f5ff0b7191af035 100644 (file)
@@ -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)