Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Jul 2012 04:11:49 +0000 (21:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 Jul 2012 04:11:49 +0000 (21:11 -0700)
etc/NEWS
lisp/ses.el

index 2889367..0f903c7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -354,7 +354,7 @@ channel keys found, if any.
 
 *** `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
 
index 1429410..8181c61 100644 (file)
@@ -3213,7 +3213,7 @@ highlighted range in the spreadsheet."
         (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 @@ highlighted range in the spreadsheet."
       (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))