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 | |
| parent | 73dcdb9f30cb94a3183db54d9b463370c3978d4d (diff) | |
| download | emacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.tar.gz emacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.zip | |
Spelling fixes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 4 | ||||
| -rw-r--r-- | doc/misc/ses.texi | 14 | ||||
| -rw-r--r-- | doc/misc/url.texi | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index bb02b1d54fd..a284fc09045 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1055,7 +1055,7 @@ including the space earlier stolen from @code{W3}. | |||
| 1055 | @end smallexample | 1055 | @end smallexample |
| 1056 | 1056 | ||
| 1057 | @noindent | 1057 | @noindent |
| 1058 | This can be counterintutive, in particular if @code{W4} were used for | 1058 | This can be counterintuitive, in particular if @code{W4} were used for |
| 1059 | displaying a buffer only temporarily (@pxref{Temporary Displays}), and | 1059 | displaying a buffer only temporarily (@pxref{Temporary Displays}), and |
| 1060 | you want to continue working with the initial layout. | 1060 | you want to continue working with the initial layout. |
| 1061 | 1061 | ||
| @@ -2343,7 +2343,7 @@ buffer previously shown no longer exists, this function calls | |||
| 2343 | @code{switch-to-prev-buffer} (@pxref{Window History}) to show some other | 2343 | @code{switch-to-prev-buffer} (@pxref{Window History}) to show some other |
| 2344 | buffer instead. | 2344 | buffer instead. |
| 2345 | 2345 | ||
| 2346 | The optional argument @var{bury-or-kill} specifes how to deal with | 2346 | The optional argument @var{bury-or-kill} specifies how to deal with |
| 2347 | @var{window}'s buffer. The following values are handled: | 2347 | @var{window}'s buffer. The following values are handled: |
| 2348 | 2348 | ||
| 2349 | @table @code | 2349 | @table @code |
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 |