From 3a53ee038d44f4be28ea73b2834966c5ab13fbe5 Mon Sep 17 00:00:00 2001
From: Paul Nelson <ultrono@gmail.com>
Date: Tue, 23 Apr 2024 11:56:01 +0200
Subject: [PATCH] Adjust docs

* preview.el.in (preview-leave-open-previews-visible): Adjust
docstring to clarify preview behavior with the option enabled.
* doc/preview-latex.texi (The Emacs interface): Remove
misleading part of the documentation.
---
 doc/preview-latex.texi | 2 +-
 preview.el.in          | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/preview-latex.texi b/doc/preview-latex.texi
index 0c1fb730..9f88b021 100644
--- a/doc/preview-latex.texi
+++ b/doc/preview-latex.texi
@@ -674,7 +674,7 @@ current point should be temporarily opened.  Default value is @code{nil}.
 
 @item preview-leave-open-previews-visible
 This boolean variable determines whether to leave preview images visible
-(above their generating TeX code) when they are opened.
+when they are opened.
 
 @end vtable
 
diff --git a/preview.el.in b/preview.el.in
index 1f65f728..cd6434cf 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -1213,7 +1213,8 @@ is located."
 (defcustom preview-leave-open-previews-visible nil
   "Whether to leave previews visible when they are opened.
 If nil, then the TeX preview icon is used when the preview is opened.
-If non-nil, then the preview image is moved above the text."
+If non-nil, then the preview image remains visible.  In either case, the
+TeX code appears either below or to the right of the displayed graphic."
   :group 'preview-appearance
   :type 'boolean)
 
-- 
2.39.3 (Apple Git-145)

