+2012-02-08 Glenn Morris <rgm@gnu.org>
+
+ * text.texi (LaTeX Editing): Mention latex-electric-env-pair-mode.
+
2012-02-07 Glenn Morris <rgm@gnu.org>
* files.texi (File Conveniences): Mention ImageMagick images.
@findex tex-close-latex-block
@kindex C-c C-e @r{(La@TeX{} mode)}
+@findex latex-electric-env-pair-mode
In La@TeX{} input, @samp{\begin} and @samp{\end} tags must balance.
You can use @kbd{C-c C-e} (@code{tex-close-latex-block}) to insert an
@samp{\end} tag which matches the last unmatched @samp{\begin}. It
also indents the @samp{\end} to match the corresponding @samp{\begin},
and inserts a newline after the @samp{\end} tag if point is at the
-beginning of a line.
+beginning of a line. The minor mode @code{latex-electric-env-pair-mode}
+automatically inserts an @samp{\end} or @samp{\begin} tag for you
+when you type the corresponding one.
@node TeX Print
@subsection @TeX{} Printing Commands