texinfo.el addition for bug#2783.

* lisp/textmodes/texinfo.el (texinfo-environments):
Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.
This commit is contained in:
Arni Magnusson 2011-03-07 20:42:40 -08:00 committed by Glenn Morris
parent e9c8529f6a
commit 25bbfb31d5
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
* textmodes/texinfo.el (texinfo-environments):
Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
2011-03-08 Glenn Morris <rgm@gnu.org>
* cus-start.el (cursor-in-non-selected-windows):

View file

@ -318,11 +318,12 @@ chapter."
(defconst texinfo-environments
'("cartouche" "copying" "defcv" "deffn" "defivar" "defmac"
"defmethod" "defop" "defopt" "defspec" "deftp" "deftypefn"
"deftypefun" "deftypevar" "deftypevr" "defun" "defvar"
"defmethod" "defop" "defopt" "defspec" "deftp" "deftypecv"
"deftypefn" "deftypefun" "deftypeivar" "deftypemethod"
"deftypeop" "deftypevar" "deftypevr" "defun" "defvar"
"defvr" "description" "detailmenu" "direntry" "display"
"documentdescription" "enumerate" "example" "flushleft"
"flushright" "format" "ftable" "group" "ifclear" "ifset"
"flushright" "format" "ftable" "group" "html" "ifclear" "ifset"
"ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext"
"ifnottex" "ifplaintext" "iftex" "ignore" "itemize" "lisp"
"macro" "menu" "multitable" "quotation" "smalldisplay"