branch: externals/auctex
commit bdf96e8b0fb3420209df039fcad2273ec8734862
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
Ajust document
* doc/preview-latex.texi (Key bindings and user-level lisp functions):
* preview.el.in (preview-at-point):
Delete mention about zmacs-regions.
* doc/auctex.texi (Known problems): Delete comment which is no longer
valid because the current highlighting of $...$ is search-based, not
syntactic.
---
doc/auctex.texi | 3 ---
doc/preview-latex.texi | 4 ++--
preview.el.in | 3 +--
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 079179c..7eb606a 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2385,9 +2385,6 @@ As a remedy you can make the verbatim construct known to
@fontlatex{},
commented dollar sign (@samp{%$}) at the next suitable end of line as a
quick workaround. In docTeX documents, @samp{^^A$} is also available
for similar purpose.
-@c As a last resort one can set `font-lock-keywords-only', but we should
-@c probably not advise users to do this.
-
@node Folding
@section Folding Macros and Environments
diff --git a/doc/preview-latex.texi b/doc/preview-latex.texi
index 67e6de7..b0c682a 100644
--- a/doc/preview-latex.texi
+++ b/doc/preview-latex.texi
@@ -154,8 +154,8 @@ it will run the surroundings through preview. The
surroundings include
all areas up to the next valid preview, unless invalid previews occur
before, in which case the area will include the last such preview in
either direction. And overriding any other
-action, if a region is active (@code{transient-mark-mode} or
-@code{zmacs-regions}), it is run through @code{preview-region}.
+action, if a region is active (@code{transient-mark-mode}), it is run
+through @code{preview-region}.
@kindex @kbd{C-c C-p C-p}
@findex preview-at-point
diff --git a/preview.el.in b/preview.el.in
index 1b3ed93..46fcd90 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -1702,8 +1702,7 @@ surroundings don't extend into unmodified previews or past
contiguous previews invalidated by modifications.
Overriding any other action, if a region is
-active (`transient-mark-mode' or `zmacs-regions'), it is run
-through `preview-region'."
+active (`transient-mark-mode'), it is run through `preview-region'."
(interactive)
(if (TeX-active-mark)
(preview-region (region-beginning) (region-end))