]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace table-cell-horizontal-char -> table-cell-horizontal-chars.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 16:47:45 +0000 (16:47 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 23 Apr 2008 16:47:45 +0000 (16:47 +0000)
doc/emacs/text.texi
lisp/textmodes/table.el

index 5bba361183931e34b44d58d777fa5e75f2c3b5cd..1c4a506475c0009e7684434fec1291c332e39cf1 100644 (file)
@@ -2502,10 +2502,10 @@ characters.  These variables specify those characters:
 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
index 2aea24cede5b38ab546d7acd1809cb3c7acc6068..39f3eefe793a8d9b42f024d41f7d6f7596e66f16 100644 (file)
 ;; 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