changeset 51891:62a53410dbd8

(texinfo-section-list): Append appendixsection; a synonym for appendixsec.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 13 Jul 2003 17:15:47 +0000
parents 9b78d0da1a28
children 3146f91c8c99
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Sun Jul 13 17:15:12 2003 +0000
+++ b/lisp/textmodes/texinfo.el	Sun Jul 13 17:15:47 2003 +0000
@@ -28,7 +28,7 @@
 ;;; Todo:
 
 ;; - facemenu support.
-;; - command completion. 
+;; - command completion.
 
 ;;; Commentary:
 
@@ -276,6 +276,7 @@
     ("unnumberedsubsubsec" 5)
     ("appendix" 2)
     ("appendixsec" 3)
+    ("appendixsection" 3)
     ("appendixsubsec" 4)
     ("appendixsubsubsec" 5)
     ("majorheading" 2)