diff options
| author | Eli Zaretskii | 2004-10-23 21:39:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-10-23 21:39:13 +0000 |
| commit | 11741689a68735dcf11f83bcf90e6a04a5b75b6f (patch) | |
| tree | 42765d169d646a56140be1cf606e69a5bfcb3356 | |
| parent | 6100c21d8d95ba3db584f678b01b06becc7b16be (diff) | |
| download | emacs-11741689a68735dcf11f83bcf90e6a04a5b75b6f.tar.gz emacs-11741689a68735dcf11f83bcf90e6a04a5b75b6f.zip | |
Fix typos.
| -rw-r--r-- | man/text.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/text.texi b/man/text.texi index b0618580504..5e97c7183ed 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -2321,7 +2321,7 @@ text-based tables. Here is an example of such a table: | |||
| 2321 | Table Mode allows the contents of the table such as this one to be | 2321 | Table Mode allows the contents of the table such as this one to be |
| 2322 | easily manipulated by inserting or deleting characters inside a cell. | 2322 | easily manipulated by inserting or deleting characters inside a cell. |
| 2323 | A cell is effectively a localized rectangular edit region and edits to | 2323 | A cell is effectively a localized rectangular edit region and edits to |
| 2324 | a cell do not affect the contets of the surrounding cells. If the | 2324 | a cell do not affect the contents of the surrounding cells. If the |
| 2325 | contents do not fit into a cell, then the cell is automatically | 2325 | contents do not fit into a cell, then the cell is automatically |
| 2326 | expanded in the vertical and/or horizontal directions and the rest of | 2326 | expanded in the vertical and/or horizontal directions and the rest of |
| 2327 | the table is restructured and reformatted in accordance with the | 2327 | the table is restructured and reformatted in accordance with the |
| @@ -2405,9 +2405,9 @@ From left to right: | |||
| 2405 | @item | 2405 | @item |
| 2406 | Nested cells are not allowed. | 2406 | Nested cells are not allowed. |
| 2407 | @item | 2407 | @item |
| 2408 | Overlapped cells or nonrectangular cells are not allowed. | 2408 | Overlapped cells or non-rectangular cells are not allowed. |
| 2409 | @item | 2409 | @item |
| 2410 | The border must be rectanglular. | 2410 | The border must be rectangular. |
| 2411 | @item | 2411 | @item |
| 2412 | Cells must have a minimum width/height of one character. | 2412 | Cells must have a minimum width/height of one character. |
| 2413 | @item | 2413 | @item |
| @@ -2450,7 +2450,7 @@ for table editing. The converse command, @code{table-unrecognize}, is | |||
| 2450 | used to remove the special text properties and revert the buffer back | 2450 | used to remove the special text properties and revert the buffer back |
| 2451 | to plain text. | 2451 | to plain text. |
| 2452 | 2452 | ||
| 2453 | An optional numeric prefix argument can preceed the | 2453 | An optional numeric prefix argument can precede the |
| 2454 | @code{table-recognize} command. If the argument is negative, tables | 2454 | @code{table-recognize} command. If the argument is negative, tables |
| 2455 | in the buffer become inactive. This is equivalent to invoking | 2455 | in the buffer become inactive. This is equivalent to invoking |
| 2456 | @code{table-unrecognize}. | 2456 | @code{table-unrecognize}. |
| @@ -2560,7 +2560,7 @@ to justify: a cell,a column, or a row. If you select cell | |||
| 2560 | justification, this command sets the justification only to the current | 2560 | justification, this command sets the justification only to the current |
| 2561 | cell. Selecting column or row justification set the justification to | 2561 | cell. Selecting column or row justification set the justification to |
| 2562 | all the cells within a column or row respectively. The command then | 2562 | all the cells within a column or row respectively. The command then |
| 2563 | requsts the user to enter which justification to apply: @code{left}, | 2563 | requests the user to enter which justification to apply: @code{left}, |
| 2564 | @code{center}, @code{right}, @code{top}, @code{middle}, @code{bottom}, | 2564 | @code{center}, @code{right}, @code{top}, @code{middle}, @code{bottom}, |
| 2565 | or @code{none}. The options @code{left}, @code{center}, and | 2565 | or @code{none}. The options @code{left}, @code{center}, and |
| 2566 | @code{right} specify horizontal justification while the options | 2566 | @code{right} specify horizontal justification while the options |
| @@ -2709,7 +2709,7 @@ delimiter regexp, creates a table with a single cell like the | |||
| 2709 | following one. | 2709 | following one. |
| 2710 | 2710 | ||
| 2711 | @c The first line's right-hand frame in the following two examples | 2711 | @c The first line's right-hand frame in the following two examples |
| 2712 | @c sticks out to accomodate for the removal of @samp in the | 2712 | @c sticks out to accommodate for the removal of @samp in the |
| 2713 | @c produced output!! | 2713 | @c produced output!! |
| 2714 | @example | 2714 | @example |
| 2715 | +-----------------------------------------------------------------+ | 2715 | +-----------------------------------------------------------------+ |