# HG changeset patch # User Stefan Monnier # Date 1208969265 0 # Node ID a1cb952a12ac9c72a5aee338e2fa418e60ccd639 # Parent af2c231545b20f38b1fa5fc059122ab52c634bbe Replace table-cell-horizontal-char -> table-cell-horizontal-chars. diff -r af2c231545b2 -r a1cb952a12ac doc/emacs/text.texi --- a/doc/emacs/text.texi Wed Apr 23 16:46:57 2008 +0000 +++ b/doc/emacs/text.texi Wed Apr 23 16:47:45 2008 +0000 @@ -2502,10 +2502,10 @@ Holds the character used for vertical lines. The default value is @samp{|}. -@vindex table-cell-horizontal-char -@item table-cell-horizontal-char -Holds the character used for horizontal lines. The default value is -@samp{-}. +@vindex table-cell-horizontal-chars +@item table-cell-horizontal-chars +Holds the characters used for horizontal lines. The default value is +@samp{"-="}. @vindex table-cell-intersection-char @item table-cell-intersection-char diff -r af2c231545b2 -r a1cb952a12ac lisp/textmodes/table.el --- a/lisp/textmodes/table.el Wed Apr 23 16:46:57 2008 +0000 +++ b/lisp/textmodes/table.el Wed Apr 23 16:47:45 2008 +0000 @@ -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