branch: externals/auctex
commit b18e98cbec427cb08fd372c74ca4f424372e3896
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>

    Follow-up fix for doc string (bug#65195)
    
    * tex-fold.el (TeX-fold-make-overlay): Fix doc string.
---
 tex-fold.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tex-fold.el b/tex-fold.el
index 7f9abdc88e..78b58d4dd0 100644
--- a/tex-fold.el
+++ b/tex-fold.el
@@ -513,8 +513,8 @@ TYPE is a symbol which is used to describe the content to 
hide
 and may be `macro' for macros, `math' for math macro and `env' for
 environments.
 DISPLAY-STRING-SPEC is the original specification of the display
-string in the variables `TeX-fold-macro-spec-list' or
-`TeX-fold-env-spec-list' and may be a string or an integer."
+string in the variables `TeX-fold-macro-spec-list' and alikes.
+See its doc string for detail."
   ;; Calculate priority before the overlay is instantiated.  We don't
   ;; want `TeX-overlay-prioritize' to pick up a non-prioritized one.
   (let ((priority (TeX-overlay-prioritize ov-start ov-end))


Reply via email to