]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/table.el (table-latex-environment): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 May 2022 13:08:10 +0000 (16:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 May 2022 13:08:10 +0000 (16:08 +0300)
lisp/textmodes/table.el

index 5093a994423bae227b4ce0a820b51ab5b9703845..fc06c4c0da1917f294d2a326daa7170d793b3399 100644 (file)
@@ -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")