Mercurial > emacs
changeset 94298:a1cb952a12ac
Replace table-cell-horizontal-char -> table-cell-horizontal-chars.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 23 Apr 2008 16:47:45 +0000 |
parents | af2c231545b2 |
children | c4b844d3df2c |
files | doc/emacs/text.texi lisp/textmodes/table.el |
diffstat | 2 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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