emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c7bfb4841b 1/2: ; * lisp/textmodes/table.el (table-latex-environm


From: Eli Zaretskii
Subject: master c7bfb4841b 1/2: ; * lisp/textmodes/table.el (table-latex-environment): Doc fix.
Date: Mon, 9 May 2022 09:09:07 -0400 (EDT)

branch: master
commit c7bfb4841b684fdc92a1bb99e74a92ed4b515152
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/textmodes/table.el (table-latex-environment): Doc fix.
---
 lisp/textmodes/table.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 5093a99442..fc06c4c0da 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -754,8 +754,10 @@ the cell contents dynamically."
   :group 'table)
 
 (defcustom table-latex-environment "tabular"
-  "Which tabular-compatible environment to use when generating latex.
-\"tabular\" and \"longtable\" are known to work."
+  "Tabular-compatible environment to use when generating latex.
+The value should be a string suitable for use as a LaTeX environment
+that's compatible with the \"tabular\" protocol, such as \"tabular\"
+and \"longtable\"."
   :tag "Latex environment used to export tables"
   :type '(choice
          (const :tag "tabular" "tabular")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]