emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110890: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110890: Spelling fixes.
Date: Tue, 13 Nov 2012 21:07:33 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110890
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2012-11-13 21:07:33 -0800
message:
  Spelling fixes.
modified:
  doc/lispref/windows.texi
  doc/misc/ses.texi
  doc/misc/url.texi
  lisp/gnus/pop3.el
  lisp/progmodes/ruby-mode.el
=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2012-11-07 09:41:52 +0000
+++ b/doc/lispref/windows.texi  2012-11-14 05:07:33 +0000
@@ -1055,7 +1055,7 @@
 @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 @@
 @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

=== modified file 'doc/misc/ses.texi'
--- a/doc/misc/ses.texi 2012-11-12 05:53:53 +0000
+++ b/doc/misc/ses.texi 2012-11-14 05:07:33 +0000
@@ -482,9 +482,9 @@
 Pops up a menu to set the current row as the header, or revert to
 column letters.
 @item M-x ses-rename-cell
address@hidden ses-rename-cell 
-Rename a cell from a standard A1-like name to any 
-string. 
address@hidden 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 @@
 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 ^

=== modified file 'doc/misc/url.texi'
--- a/doc/misc/url.texi 2012-11-09 08:34:17 +0000
+++ b/doc/misc/url.texi 2012-11-14 05:07:33 +0000
@@ -346,7 +346,7 @@
 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

=== modified file 'lisp/gnus/pop3.el'
--- a/lisp/gnus/pop3.el 2012-11-02 23:37:02 +0000
+++ b/lisp/gnus/pop3.el 2012-11-14 05:07:33 +0000
@@ -178,7 +178,7 @@
                    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)

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2012-11-13 18:57:26 +0000
+++ b/lisp/progmodes/ruby-mode.el       2012-11-14 05:07:33 +0000
@@ -897,7 +897,7 @@
          (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]