summaryrefslogtreecommitdiff
path: root/lisp/ses.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-08-05 13:31:10 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-08-05 13:35:13 -0700
commit92e5b41c7c5898820356fc66456804a45bbe7852 (patch)
treeb4f3858e4f3e55078a57f5f40c024d7a773952f1 /lisp/ses.el
parent6a9d967048f489bea8c716eb7b5be2c582b480bb (diff)
downloademacs-92e5b41c7c5898820356fc66456804a45bbe7852.tar.gz
Spelling and minor grammar fixes
* test/file-organization.org: Rename from test/file-organisation.org.
Diffstat (limited to 'lisp/ses.el')
-rw-r--r--lisp/ses.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/ses.el b/lisp/ses.el
index 9d278b6d222..ad3c39e93ea 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -3625,9 +3625,8 @@ function is redefined."
that the definition occurs only when the local printer does not
already exists.
-Function `ses-define-if-new-local-printer' is not interactive, it
-is intended for mode hooks to programatically automatically add
-local printers."
+Function `ses-define-if-new-local-printer' is not interactive; it
+is intended for mode hooks to add local printers automatically."
(unless (gethash name ses--local-printer-hashmap)
(ses-define-local-printer name def)))
@@ -3891,7 +3890,7 @@ current column and continues until the next nonblank column."
(defun ses-prin1 (value)
"Shorthand for '(prin1-to-string VALUE t)'.
-Usefull to handle the default behaviour in custom lambda based
+Useful to handle the default behavior in custom lambda based
printer functions."
(prin1-to-string value t))