[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el |
Date: |
Tue, 29 Oct 2002 02:52:35 -0500 |
Index: emacs/lisp/textmodes/texinfo.el
diff -c emacs/lisp/textmodes/texinfo.el:1.91
emacs/lisp/textmodes/texinfo.el:1.92
*** emacs/lisp/textmodes/texinfo.el:1.91 Sun Jul 7 16:14:28 2002
--- emacs/lisp/textmodes/texinfo.el Tue Oct 29 02:52:32 2002
***************
*** 317,330 ****
"Syntactic keywords to catch comment delimiters in `texinfo-mode'.")
(defconst texinfo-environments
! '("cartouche" "defcv" "deffn" "defivar" "defmac" "defmethod" "defop"
! "defopt" "defspec" "deftp" "deftypefn" "deftypefun" "deftypevar"
! "deftypevr" "defun" "defvar" "defvr" "description" "detailmenu"
! "direntry" "display" "enumerate" "example" "flushleft" "flushright"
! "format" "ftable" "group" "ifclear" "ifset" "ifhtml" "ifinfo"
! "ifnothtml" "ifnotinfo" "ifnottex" "iftex" "ignore" "itemize" "lisp"
! "macro" "menu" "multitable" "quotation" "smalldisplay" "smallexample"
! "smallformat" "smalllisp" "table" "tex" "titlepage" "vtable")
"List of TeXinfo environments.")
(defconst texinfo-environment-regexp
--- 317,333 ----
"Syntactic keywords to catch comment delimiters in `texinfo-mode'.")
(defconst texinfo-environments
! '("cartouche" "copying" "defcv" "deffn" "defivar" "defmac"
! "defmethod" "defop" "defopt" "defspec" "deftp" "deftypefn"
! "deftypefun" "deftypevar" "deftypevr" "defun" "defvar"
! "defvr" "description" "detailmenu" "direntry" "display"
! "documentdescription" "enumerate" "example" "flushleft"
! "flushright" "format" "ftable" "group" "ifclear" "ifset"
! "ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext"
! "ifnottex" "ifplaintext" "iftex" "ignore" "itemize" "lisp"
! "macro" "menu" "multitable" "quotation" "smalldisplay"
! "smallexample" "smallformat" "smalllisp" "table" "tex"
! "titlepage" "verbatim" "vtable")
"List of TeXinfo environments.")
(defconst texinfo-environment-regexp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el,
Juanma Barranquero <=