diff options
Diffstat (limited to 'doc/misc/ses.texi')
| -rw-r--r-- | doc/misc/ses.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/ses.texi b/doc/misc/ses.texi index 5de87a2f1c7..cccd74dec0f 100644 --- a/doc/misc/ses.texi +++ b/doc/misc/ses.texi | |||
| @@ -482,9 +482,9 @@ show column letters again. | |||
| 482 | Pops up a menu to set the current row as the header, or revert to | 482 | Pops up a menu to set the current row as the header, or revert to |
| 483 | column letters. | 483 | column letters. |
| 484 | @item M-x ses-rename-cell | 484 | @item M-x ses-rename-cell |
| 485 | @findex ses-rename-cell | 485 | @findex ses-rename-cell |
| 486 | Rename a cell from a standard A1-like name to any | 486 | Rename a cell from a standard A1-like name to any |
| 487 | string. | 487 | string. |
| 488 | @item M-x ses-repair-cell-reference-all | 488 | @item M-x ses-repair-cell-reference-all |
| 489 | @findex ses-repair-cell-reference-all | 489 | @findex ses-repair-cell-reference-all |
| 490 | When you interrupt a cell formula update by clicking @kbd{C-g}, then | 490 | When you interrupt a cell formula update by clicking @kbd{C-g}, then |
| @@ -606,15 +606,15 @@ instance @code{(ses-range A1 A4 _ "empty")} will do the same as | |||
| 606 | are empty. Similarly, @code{(ses-range A1 A4 _ )} will do the same as | 606 | are empty. Similarly, @code{(ses-range A1 A4 _ )} will do the same as |
| 607 | @code{(list A1 0 A3 0)}. | 607 | @code{(list A1 0 A3 0)}. |
| 608 | @item >v | 608 | @item >v |
| 609 | When order matters, list cells by reading cells rowwise from top left | 609 | When order matters, list cells by reading cells row-wise from top left |
| 610 | to bottom right. This flag is provided for completeness only as it is | 610 | to bottom right. This flag is provided for completeness only as it is |
| 611 | the default reading order. | 611 | the default reading order. |
| 612 | @item <v | 612 | @item <v |
| 613 | List cells by reading cells rowwise from top right to bottom left. | 613 | List cells by reading cells row-wise from top right to bottom left. |
| 614 | @item v> | 614 | @item v> |
| 615 | List cells by reading cells columnwise from top left to bottom right. | 615 | List cells by reading cells column-wise from top left to bottom right. |
| 616 | @item v< | 616 | @item v< |
| 617 | List cells by reading cells columnwise from top right to bottom left. | 617 | List cells by reading cells column-wise from top right to bottom left. |
| 618 | @item v | 618 | @item v |
| 619 | A short hand for @code{v>}. | 619 | A short hand for @code{v>}. |
| 620 | @item ^ | 620 | @item ^ |