aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-11-13 21:07:33 -0800
committerPaul Eggert2012-11-13 21:07:33 -0800
commit7831fb1b9e88be1c18920b36129c6d1933dbd7ea (patch)
tree8244dd2792606632517150d4b6ea9e4f1375d2ed
parent73dcdb9f30cb94a3183db54d9b463370c3978d4d (diff)
downloademacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.tar.gz
emacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.zip
Spelling fixes.
-rw-r--r--doc/lispref/windows.texi4
-rw-r--r--doc/misc/ses.texi14
-rw-r--r--doc/misc/url.texi2
-rw-r--r--lisp/gnus/pop3.el2
-rw-r--r--lisp/progmodes/ruby-mode.el2
5 files changed, 12 insertions, 12 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
1058This can be counterintutive, in particular if @code{W4} were used for 1058This can be counterintuitive, in particular if @code{W4} were used for
1059displaying a buffer only temporarily (@pxref{Temporary Displays}), and 1059displaying a buffer only temporarily (@pxref{Temporary Displays}), and
1060you want to continue working with the initial layout. 1060you 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
2344buffer instead. 2344buffer instead.
2345 2345
2346The optional argument @var{bury-or-kill} specifes how to deal with 2346The 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.
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
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index f95bf26ad1d..801ed66ec2b 100644
--- a/lisp/gnus/pop3.el
+++ b/lisp/gnus/pop3.el
@@ -178,7 +178,7 @@ Shorter values mean quicker response, but are more CPU intensive.")
178 1000)))))) 178 1000))))))
179 179
180(defvar pop3-uidl) 180(defvar pop3-uidl)
181;; List of UIDLs of existing messages at pesent in the server: 181;; List of UIDLs of existing messages at present in the server:
182;; ("UIDL1" "UIDL2" "UIDL3"...) 182;; ("UIDL1" "UIDL2" "UIDL3"...)
183 183
184(defvar pop3-uidl-saved) 184(defvar pop3-uidl-saved)
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index c662ccbea95..0bc41033367 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -897,7 +897,7 @@ current block, a sibling block, or an outer block. Do that (abs N) times."
897 (t 897 (t
898 (setq pos (current-indentation)) 898 (setq pos (current-indentation))
899 (cond 899 (cond
900 ;; Deeper intendation, we found a block. 900 ;; Deeper indentation, we found a block.
901 ;; FIXME: We can't recognize empty blocks this way. 901 ;; FIXME: We can't recognize empty blocks this way.
902 ((< start pos) 902 ((< start pos)
903 (setq down t)) 903 (setq down t))