diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/filenotify.el | 2 | ||||
-rw-r--r-- | lisp/ses.el | 2 |
2 files changed, 2 insertions, 2 deletions
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'." ;; (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. 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." "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 |