; Spelling fixes
This commit is contained in:
parent
acce29d6c5
commit
1a55cc6094
3 changed files with 3 additions and 3 deletions
|
@ -1015,7 +1015,7 @@
|
|||
Upcase Path and ComSpec in process-environment
|
||||
|
||||
Since 2016-07-18 "Keep w32 environment settings internal only", the
|
||||
upcasing of environment variables "Path" and "ComSpec" occured after
|
||||
upcasing of environment variables "Path" and "ComSpec" occurred after
|
||||
initializing process-environment. This meant that Lisp code trying to
|
||||
override "PATH" environment had no effect (Bug #24956).
|
||||
|
||||
|
|
|
@ -422,7 +422,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'."
|
|||
;; (This may be the desired behaviour.)
|
||||
;; * Watching a file in a already watched directory
|
||||
;; If the file is created and *then* a watch is added to that file, the
|
||||
;; watch might receive events which occured prior to it being created,
|
||||
;; watch might receive events which occurred prior to it being created,
|
||||
;; due to the way events are propagated during idle time. Note: This
|
||||
;; may be perfectly acceptable.
|
||||
|
||||
|
|
|
@ -2276,7 +2276,7 @@ print area if NONARROW is nil."
|
|||
"Recalculate and reprint the current cell or range.
|
||||
|
||||
If SES--CURCELL is non nil use it as current cell or range
|
||||
without any check, otherwise fnuction (ses-check-curcell 'range)
|
||||
without any check, otherwise function (ses-check-curcell 'range)
|
||||
is called.
|
||||
|
||||
For an individual cell, shows the error if the formula or printer
|
||||
|
|
Loading…
Add table
Reference in a new issue