diff options
Diffstat (limited to 'lisp/textmodes/texinfo.el')
| -rw-r--r-- | lisp/textmodes/texinfo.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index dfd12a005a9..7e9ce9aff6d 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -318,11 +318,12 @@ chapter." | |||
| 318 | 318 | ||
| 319 | (defconst texinfo-environments | 319 | (defconst texinfo-environments |
| 320 | '("cartouche" "copying" "defcv" "deffn" "defivar" "defmac" | 320 | '("cartouche" "copying" "defcv" "deffn" "defivar" "defmac" |
| 321 | "defmethod" "defop" "defopt" "defspec" "deftp" "deftypefn" | 321 | "defmethod" "defop" "defopt" "defspec" "deftp" "deftypecv" |
| 322 | "deftypefun" "deftypevar" "deftypevr" "defun" "defvar" | 322 | "deftypefn" "deftypefun" "deftypeivar" "deftypemethod" |
| 323 | "deftypeop" "deftypevar" "deftypevr" "defun" "defvar" | ||
| 323 | "defvr" "description" "detailmenu" "direntry" "display" | 324 | "defvr" "description" "detailmenu" "direntry" "display" |
| 324 | "documentdescription" "enumerate" "example" "flushleft" | 325 | "documentdescription" "enumerate" "example" "flushleft" |
| 325 | "flushright" "format" "ftable" "group" "ifclear" "ifset" | 326 | "flushright" "format" "ftable" "group" "html" "ifclear" "ifset" |
| 326 | "ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext" | 327 | "ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext" |
| 327 | "ifnottex" "ifplaintext" "iftex" "ignore" "itemize" "lisp" | 328 | "ifnottex" "ifplaintext" "iftex" "ignore" "itemize" "lisp" |
| 328 | "macro" "menu" "multitable" "quotation" "smalldisplay" | 329 | "macro" "menu" "multitable" "quotation" "smalldisplay" |