emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109184: Spelling fixes.
Date: Sat, 21 Jul 2012 21:11:49 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109184
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2012-07-21 21:11:49 -0700
message:
  Spelling fixes.
modified:
  etc/NEWS
  lisp/ses.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2012-07-18 14:48:25 +0000
+++ b/etc/NEWS  2012-07-22 04:11:49 +0000
@@ -354,7 +354,7 @@
 
 *** `dired-do-async-shell-command' executes each file sequentially
 if the command ends in `;' (when operating on multiple files).
-Othwerwise, it executes the command on each file in parallel.
+Otherwise, it executes the command on each file in parallel.
 
 ** FFAP
 

=== modified file 'lisp/ses.el'
--- a/lisp/ses.el       2012-07-20 21:09:04 +0000
+++ b/lisp/ses.el       2012-07-22 04:11:49 +0000
@@ -3213,7 +3213,7 @@
         (col (cdr rowcol))
         (cell (ses-get-cell  row  col)))
     (put new-name 'ses-cell rowcol)
-    ;; replace name by new name in formula of cells refering to renamed cell
+    ;; Replace name by new name in formula of cells referring to renamed cell.
     (dolist (ref (ses-cell-references cell))
       (let* ((x (ses-sym-rowcol ref))
             (xcell  (ses-get-cell (car x) (cdr x))))
@@ -3228,8 +3228,8 @@
       (let* ((x (ses-sym-rowcol ref))
             (xrow (car x))
             (xcol (cdr x)))
-       (ses-set-cell xrow xcol 'references 
-             (cons new-name (delq ses--curcell 
+       (ses-set-cell xrow xcol 'references
+             (cons new-name (delq ses--curcell
                                  (ses-cell-references xrow xcol))))))
     (push new-name ses--renamed-cell-symb-list)
     (set new-name (symbol-value ses--curcell))


reply via email to

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