diff options
| -rw-r--r-- | lisp/textmodes/texinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 2ed5a3291d1..608c739c346 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -396,7 +396,7 @@ value of texinfo-mode-hook." | |||
| 396 | ;;; Insert string commands | 396 | ;;; Insert string commands |
| 397 | 397 | ||
| 398 | (defconst texinfo-environment-regexp | 398 | (defconst texinfo-environment-regexp |
| 399 | "^@\\(f?table\\|enumerate\\|itemize\ | 399 | "^[ \t]*@\\(f?table\\|enumerate\\|itemize\ |
| 400 | \\|ifhtml\\|ifinfo\\|iftex\\|ifset\\|ifclear\ | 400 | \\|ifhtml\\|ifinfo\\|iftex\\|ifset\\|ifclear\ |
| 401 | \\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\ | 401 | \\|example\\|quotation\\|lisp\\|smallexample\\|smalllisp\\|display\\|format\ |
| 402 | \\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|html\\|cartouche\\|menu\ | 402 | \\|flushleft\\|flushright\\|ignore\\|group\\|tex\\|html\\|cartouche\\|menu\ |