# HG changeset patch # User Richard M. Stallman # Date 1139775725 0 # Node ID a87d4de213c59b8c37077e49a3ea2b31021225e0 # Parent 353348d5ce788fdcd4fff7b246653829ef3596b1 (Cell Commands): Clarifications. diff -r 353348d5ce78 -r a87d4de213c5 man/text.texi --- a/man/text.texi Sun Feb 12 20:21:15 2006 +0000 +++ b/man/text.texi Sun Feb 12 20:22:05 2006 +0000 @@ -2575,10 +2575,10 @@ moves to the last cell. @findex table-span-cell - The command @code{table-span-cell} spans the current cell into one -of the four directions---right, left, above or below---and merges the -current cell with the adjacent cell. It does not allow directions to -which spanning does not produce a legitimate cell. + The command @code{table-span-cell} merges the current cell with the +adjacent cell in a specified direction---right, left, above or below. +You specify the direction with the minibuffer. It does not allow +merges which don't result in a legitimate cell layout. @findex table-split-cell @cindex text-based tables, split a cell @@ -2586,7 +2586,8 @@ The command @code{table-split-cell} splits the current cell vertically or horizontally. This command is a wrapper to the direction specific commands @code{table-split-cell-vertically} and -@code{table-split-cell-horizontally}. +@code{table-split-cell-horizontally}. You specify the direction with +a minibuffer argument. @findex table-split-cell-vertically The command @code{table-split-cell-vertically} splits the current