aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2012-11-13 21:07:33 -0800
committerPaul Eggert2012-11-13 21:07:33 -0800
commit7831fb1b9e88be1c18920b36129c6d1933dbd7ea (patch)
tree8244dd2792606632517150d4b6ea9e4f1375d2ed /doc/misc
parent73dcdb9f30cb94a3183db54d9b463370c3978d4d (diff)
downloademacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.tar.gz
emacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.zip
Spelling fixes.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ses.texi14
-rw-r--r--doc/misc/url.texi2
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.
482Pops up a menu to set the current row as the header, or revert to 482Pops up a menu to set the current row as the header, or revert to
483column letters. 483column 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
486Rename a cell from a standard A1-like name to any 486Rename a cell from a standard A1-like name to any
487string. 487string.
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
490When you interrupt a cell formula update by clicking @kbd{C-g}, then 490When 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
606are empty. Similarly, @code{(ses-range A1 A4 _ )} will do the same as 606are 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
609When order matters, list cells by reading cells rowwise from top left 609When order matters, list cells by reading cells row-wise from top left
610to bottom right. This flag is provided for completeness only as it is 610to bottom right. This flag is provided for completeness only as it is
611the default reading order. 611the default reading order.
612@item <v 612@item <v
613List cells by reading cells rowwise from top right to bottom left. 613List cells by reading cells row-wise from top right to bottom left.
614@item v> 614@item v>
615List cells by reading cells columnwise from top left to bottom right. 615List cells by reading cells column-wise from top left to bottom right.
616@item v< 616@item v<
617List cells by reading cells columnwise from top right to bottom left. 617List cells by reading cells column-wise from top right to bottom left.
618@item v 618@item v
619A short hand for @code{v>}. 619A 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)}.
346The value of this option is an integer specifying the maximum number 346The value of this option is an integer specifying the maximum number
347of concurrent @code{url-queue-retrieve} network processes. If the 347of concurrent @code{url-queue-retrieve} network processes. If the
348number of @code{url-queue-retrieve} calls is larger than this number, 348number of @code{url-queue-retrieve} calls is larger than this number,
349later ones are queued until ealier ones are finished. 349later 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