Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Nov 2012 05:07:33 +0000 (21:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Nov 2012 05:07:33 +0000 (21:07 -0800)
doc/lispref/windows.texi
doc/misc/ses.texi
doc/misc/url.texi
lisp/gnus/pop3.el
lisp/progmodes/ruby-mode.el

index bb02b1d..a284fc0 100644 (file)
@@ -1055,7 +1055,7 @@ including the space earlier stolen from @code{W3}.
 @end smallexample
 
 @noindent
-This can be counterintutive, in particular if @code{W4} were used for
+This can be counterintuitive, in particular if @code{W4} were used for
 displaying a buffer only temporarily (@pxref{Temporary Displays}), and
 you want to continue working with the initial layout.
 
@@ -2343,7 +2343,7 @@ buffer previously shown no longer exists, this function calls
 @code{switch-to-prev-buffer} (@pxref{Window History}) to show some other
 buffer instead.
 
-The optional argument @var{bury-or-kill} specifes how to deal with
+The optional argument @var{bury-or-kill} specifies how to deal with
 @var{window}'s buffer.  The following values are handled:
 
 @table @code
index 5de87a2..cccd74d 100644 (file)
@@ -482,9 +482,9 @@ show column letters again.
 Pops up a menu to set the current row as the header, or revert to
 column letters.
 @item M-x ses-rename-cell
-@findex ses-rename-cell 
-Rename a cell from a standard A1-like name to any 
-string. 
+@findex ses-rename-cell
+Rename a cell from a standard A1-like name to any
+string.
 @item M-x ses-repair-cell-reference-all
 @findex ses-repair-cell-reference-all
 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
 are empty. Similarly, @code{(ses-range A1 A4 _ )} will do the same as
 @code{(list A1 0 A3 0)}.
 @item >v
-When order matters, list cells by reading cells rowwise from top left
+When order matters, list cells by reading cells row-wise from top left
 to bottom right. This flag is provided for completeness only as it is
 the default reading order.
 @item <v
-List cells by reading cells rowwise from top right to bottom left.
+List cells by reading cells row-wise from top right to bottom left.
 @item v>
-List cells by reading cells columnwise from top left to bottom right.
+List cells by reading cells column-wise from top left to bottom right.
 @item v<
-List cells by reading cells columnwise from top right to bottom left.
+List cells by reading cells column-wise from top right to bottom left.
 @item v
 A short hand for @code{v>}.
 @item ^
index fdb3ab4..90ab7f5 100644 (file)
@@ -346,7 +346,7 @@ To use this function, you must @code{(require 'url-queue)}.
 The value of this option is an integer specifying the maximum number
 of concurrent @code{url-queue-retrieve} network processes.  If the
 number of @code{url-queue-retrieve} calls is larger than this number,
-later ones are queued until ealier ones are finished.
+later ones are queued until earlier ones are finished.
 @end defopt
 
 @vindex url-queue-timeout
index f95bf26..801ed66 100644 (file)
@@ -178,7 +178,7 @@ Shorter values mean quicker response, but are more CPU intensive.")
                    1000))))))
 
 (defvar pop3-uidl)
-;; List of UIDLs of existing messages at pesent in the server:
+;; List of UIDLs of existing messages at present in the server:
 ;; ("UIDL1" "UIDL2" "UIDL3"...)
 
 (defvar pop3-uidl-saved)
index c662ccb..0bc4103 100644 (file)
@@ -897,7 +897,7 @@ current block, a sibling block, or an outer block.  Do that (abs N) times."
          (t
           (setq pos (current-indentation))
           (cond
-           ;; Deeper intendation, we found a block.
+           ;; Deeper indentation, we found a block.
            ;; FIXME: We can't recognize empty blocks this way.
            ((< start pos)
             (setq down t))