aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-04-01 10:46:48 -0700
committerPaul Eggert2017-04-01 10:47:11 -0700
commit1a55cc6094c2b762f005bbb70d448368786ff1a7 (patch)
tree988fec44b6cd98c301619323a1133a1e70696eb0
parentacce29d6c57f66646190595b5b9427602fc4a7fd (diff)
downloademacs-1a55cc6094c2b762f005bbb70d448368786ff1a7.tar.gz
emacs-1a55cc6094c2b762f005bbb70d448368786ff1a7.zip
; Spelling fixes
-rw-r--r--ChangeLog.32
-rw-r--r--lisp/filenotify.el2
-rw-r--r--lisp/ses.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 1c2f5b1d2fa..f187c2852f7 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -1015,7 +1015,7 @@
1015 Upcase Path and ComSpec in process-environment 1015 Upcase Path and ComSpec in process-environment
1016 1016
1017 Since 2016-07-18 "Keep w32 environment settings internal only", the 1017 Since 2016-07-18 "Keep w32 environment settings internal only", the
1018 upcasing of environment variables "Path" and "ComSpec" occured after 1018 upcasing of environment variables "Path" and "ComSpec" occurred after
1019 initializing process-environment. This meant that Lisp code trying to 1019 initializing process-environment. This meant that Lisp code trying to
1020 override "PATH" environment had no effect (Bug #24956). 1020 override "PATH" environment had no effect (Bug #24956).
1021 1021
diff --git a/lisp/filenotify.el b/lisp/filenotify.el
index dbf19cf2f20..8bbe348f332 100644
--- a/lisp/filenotify.el
+++ b/lisp/filenotify.el
@@ -422,7 +422,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'."
422;; (This may be the desired behaviour.) 422;; (This may be the desired behaviour.)
423;; * Watching a file in a already watched directory 423;; * Watching a file in a already watched directory
424;; If the file is created and *then* a watch is added to that file, the 424;; If the file is created and *then* a watch is added to that file, the
425;; watch might receive events which occured prior to it being created, 425;; watch might receive events which occurred prior to it being created,
426;; due to the way events are propagated during idle time. Note: This 426;; due to the way events are propagated during idle time. Note: This
427;; may be perfectly acceptable. 427;; may be perfectly acceptable.
428 428
diff --git a/lisp/ses.el b/lisp/ses.el
index 50507132346..66fc0c5ebdf 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -2276,7 +2276,7 @@ print area if NONARROW is nil."
2276 "Recalculate and reprint the current cell or range. 2276 "Recalculate and reprint the current cell or range.
2277 2277
2278If SES--CURCELL is non nil use it as current cell or range 2278If SES--CURCELL is non nil use it as current cell or range
2279without any check, otherwise fnuction (ses-check-curcell 'range) 2279without any check, otherwise function (ses-check-curcell 'range)
2280is called. 2280is called.
2281 2281
2282For an individual cell, shows the error if the formula or printer 2282For an individual cell, shows the error if the formula or printer