diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/table.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 2aea24cede5..39f3eefe793 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -395,7 +395,8 @@ ;; lines. A valid character of a cell's vertical border is either ;; table-cell-vertical-char `|' or table-cell-intersection-char `+'. ;; A valid character of a cell's horizontal border is either -;; table-cell-horizontal-char `-' or table-cell-intersection-char `+'. +;; one of table-cell-horizontal-chars (`-' or `=') +;; or table-cell-intersection-char `+'. ;; A valid character of the four corners of a cell must be ;; table-cell-intersection-char `+'. A cell must contain at least one ;; character space inside. There is no restriction about the contents |