Ikumi Keita <ik...@ikumi.que.jp> writes: > branch: master > commit 45ee2f9e674a82037c5d67d8851721255b8237d0 > Author: Artem Yurchenko <artemyurche...@zoho.com> > Commit: Ikumi Keita <ik...@ikumi.que.jp> > > Update documentaion on changes related to delete-selection > > * doc/auctex.texi: > * doc/changes.texi: > Update documentaion on changes related to delete-selection. > --- > doc/auctex.texi | 17 ++++++----------- > doc/changes.texi | 34 +++++++++++++++++++++++++++++++++- > 2 files changed, 39 insertions(+), 12 deletions(-) > > > diff --git a/doc/changes.texi b/doc/changes.texi > index 0d57a654..7a5f95fe 100644 > --- a/doc/changes.texi > +++ b/doc/changes.texi > @@ -213,6 +213,38 @@ Now synctex option is @option{--synctex=repeat} instead > of > ignores @option{--synctex} option if @option{--nonstop} is present. > @end itemize > [...] > +@item > +When @code{TeX-electric-math} is a pair of dollars and the point is in > +inline math (without active region, @kbd{$} inserts two dollars, not one ^ Thanks for the change. Is the above possibly a typo or is closing parenthesis missing?
> +dollar which just closes the math mode. > +@end itemize > + > @item > @AUCTeX{} now requires GNU Emacs 27.1 or higher. > @end itemize > @@ -1621,7 +1653,7 @@ Verbatim commands like @samp{\verb|...|} will not be > broken anymore > during filling. Best, Arash