aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ses.el
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 01:09:20 -0800
committerPaul Eggert2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /lisp/ses.el
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip
Spelling fixes.
Diffstat (limited to 'lisp/ses.el')
-rw-r--r--lisp/ses.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ses.el b/lisp/ses.el
index b1d7d7bfb9e..c71c603726c 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -980,7 +980,7 @@ if the cell's value is unchanged and FORCE is nil."
980 (error "Circular references: %s" ses--deferred-recalc)) 980 (error "Circular references: %s" ses--deferred-recalc))
981 (message " ")) 981 (message " "))
982 ;; Can't use save-excursion here: if the cell under point is updated, 982 ;; Can't use save-excursion here: if the cell under point is updated,
983 ;; save-excusion's marker will move past the cell. 983 ;; save-excursion's marker will move past the cell.
984 (goto-char pos))) 984 (goto-char pos)))
985 985
986 986
@@ -3204,7 +3204,7 @@ By passing in REST some flags one can configure the way the range
3204is read and how it is formatted. 3204is read and how it is formatted.
3205 3205
3206In the sequel we assume that cells A1, B1, A2 B2 have respective values 3206In the sequel we assume that cells A1, B1, A2 B2 have respective values
32071 2 3 and 4 for examplication. 32071 2 3 and 4.
3208 3208
3209Readout direction is specified by a `>v', '`>^', `<v', `<^', 3209Readout direction is specified by a `>v', '`>^', `<v', `<^',
3210`v>', `v<', `^>', `^<' flag. For historical reasons, in absence 3210`v>', `v<', `^>', `^<' flag. For historical reasons, in absence
@@ -3230,7 +3230,7 @@ vector or a matrix depending on the number of rows, `*1' will
3230flatten the result to a one row vector, and `*2' will make a 3230flatten the result to a one row vector, and `*2' will make a
3231matrix whatever the number of rows. 3231matrix whatever the number of rows.
3232 3232
3233Warning: interaction with Calc is expermimental and may produce 3233Warning: interaction with Calc is experimental and may produce
3234confusing results if you are not aware of Calc data format. Use 3234confusing results if you are not aware of Calc data format. Use
3235`math-format-value' as a printer for Calc objects." 3235`math-format-value' as a printer for Calc objects."
3236 (let (result-row 3236 (let (result-row