Spelling fixes.

This commit is contained in:
Paul Eggert 2012-07-21 21:11:49 -07:00
parent fb9ea40fc5
commit 494913d6de
2 changed files with 4 additions and 4 deletions

View file

@ -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

View 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))