diff options
| author | Paul Eggert | 2012-11-13 21:07:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-11-13 21:07:33 -0800 |
| commit | 7831fb1b9e88be1c18920b36129c6d1933dbd7ea (patch) | |
| tree | 8244dd2792606632517150d4b6ea9e4f1375d2ed /doc/misc | |
| parent | 73dcdb9f30cb94a3183db54d9b463370c3978d4d (diff) | |
| download | emacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.tar.gz emacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.zip | |
Spelling fixes.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ses.texi | 14 | ||||
| -rw-r--r-- | doc/misc/url.texi | 2 |
2 files changed, 8 insertions, 8 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 ^ |
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index fdb3ab452f2..90ab7f5554f 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -346,7 +346,7 @@ To use this function, you must @code{(require 'url-queue)}. | |||
| 346 | The value of this option is an integer specifying the maximum number | 346 | The value of this option is an integer specifying the maximum number |
| 347 | of concurrent @code{url-queue-retrieve} network processes. If the | 347 | of concurrent @code{url-queue-retrieve} network processes. If the |
| 348 | number of @code{url-queue-retrieve} calls is larger than this number, | 348 | number of @code{url-queue-retrieve} calls is larger than this number, |
| 349 | later ones are queued until ealier ones are finished. | 349 | later ones are queued until earlier ones are finished. |
| 350 | @end defopt | 350 | @end defopt |
| 351 | 351 | ||
| 352 | @vindex url-queue-timeout | 352 | @vindex url-queue-timeout |