summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-05-09 16:08:10 +0300
committerEli Zaretskii <eliz@gnu.org>2022-05-09 16:08:10 +0300
commitc7bfb4841b684fdc92a1bb99e74a92ed4b515152 (patch)
tree7b1c32a4a3aeebd350d043d279325b14a74a8434
parent04b1f779f2e37cea854b40f0cc8e7f6221dcf6fd (diff)
downloademacs-c7bfb4841b684fdc92a1bb99e74a92ed4b515152.tar.gz
; * lisp/textmodes/table.el (table-latex-environment): Doc fix.
-rw-r--r--lisp/textmodes/table.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 5093a994423..fc06c4c0da1 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")