diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-02-12 20:22:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-02-12 20:22:05 +0000 |
commit | 401b2885e6408c32f3d784c539ac1f0581b589ba (patch) | |
tree | f057d71d5a2fbb677ebfe9b0ccf3f41c14deb931 /man/text.texi | |
parent | d884be122f69e64d81ceb08c5504d9034b36178f (diff) | |
download | emacs-401b2885e6408c32f3d784c539ac1f0581b589ba.tar.gz |
(Cell Commands): Clarifications.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/text.texi b/man/text.texi index 4fb5ee9cc1e..2b70c599b89 100644 --- a/man/text.texi +++ b/man/text.texi @@ -2575,10 +2575,10 @@ Likewise @kbd{M-x table-backward-cell} from the first cell in a table 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 @@ which spanning does not produce a legitimate cell. 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 |