comparison man/text.texi @ 68819:a87d4de213c5

(Cell Commands): Clarifications.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Feb 2006 20:22:05 +0000
parents efd297c5c768
children 91970b147f39 d57ee9eab157
comparison
equal deleted inserted replaced
68818:353348d5ce78 68819:a87d4de213c5
2573 @kbd{M-x table-forward-cell} moves to the first cell in the table. 2573 @kbd{M-x table-forward-cell} moves to the first cell in the table.
2574 Likewise @kbd{M-x table-backward-cell} from the first cell in a table 2574 Likewise @kbd{M-x table-backward-cell} from the first cell in a table
2575 moves to the last cell. 2575 moves to the last cell.
2576 2576
2577 @findex table-span-cell 2577 @findex table-span-cell
2578 The command @code{table-span-cell} spans the current cell into one 2578 The command @code{table-span-cell} merges the current cell with the
2579 of the four directions---right, left, above or below---and merges the 2579 adjacent cell in a specified direction---right, left, above or below.
2580 current cell with the adjacent cell. It does not allow directions to 2580 You specify the direction with the minibuffer. It does not allow
2581 which spanning does not produce a legitimate cell. 2581 merges which don't result in a legitimate cell layout.
2582 2582
2583 @findex table-split-cell 2583 @findex table-split-cell
2584 @cindex text-based tables, split a cell 2584 @cindex text-based tables, split a cell
2585 @cindex split table cell 2585 @cindex split table cell
2586 The command @code{table-split-cell} splits the current cell 2586 The command @code{table-split-cell} splits the current cell
2587 vertically or horizontally. This command is a wrapper to the 2587 vertically or horizontally. This command is a wrapper to the
2588 direction specific commands @code{table-split-cell-vertically} and 2588 direction specific commands @code{table-split-cell-vertically} and
2589 @code{table-split-cell-horizontally}. 2589 @code{table-split-cell-horizontally}. You specify the direction with
2590 a minibuffer argument.
2590 2591
2591 @findex table-split-cell-vertically 2592 @findex table-split-cell-vertically
2592 The command @code{table-split-cell-vertically} splits the current 2593 The command @code{table-split-cell-vertically} splits the current
2593 cell vertically and creates a pair of cells above and below where 2594 cell vertically and creates a pair of cells above and below where
2594 point is located. The content in the original cell is split as well. 2595 point is located. The content in the original cell is split as well.