diff options
| author | Paul Eggert | 2018-03-04 17:09:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-03-04 17:10:34 -0800 |
| commit | f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (patch) | |
| tree | d9b09901d78f54c54e910b61a5cbe6cdd0c70177 /lisp | |
| parent | f0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff) | |
| download | emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.zip | |
; Spelling fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/filenotify.el | 2 | ||||
| -rw-r--r-- | lisp/frame.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-element.el | 2 | ||||
| -rw-r--r-- | lisp/org/org.el | 4 | ||||
| -rw-r--r-- | lisp/term.el | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/lisp/filenotify.el b/lisp/filenotify.el index 986dc093bc9..21c9cc23df9 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el | |||
| @@ -419,7 +419,7 @@ DESCRIPTOR should be an object returned by `file-notify-add-watch'." | |||
| 419 | 419 | ||
| 420 | ;; TODO: | 420 | ;; TODO: |
| 421 | ;; * Watching a /dir/file may receive events for dir. | 421 | ;; * Watching a /dir/file may receive events for dir. |
| 422 | ;; (This may be the desired behaviour.) | 422 | ;; (This may be the desired behavior.) |
| 423 | ;; * Watching a file in an already watched directory | 423 | ;; * Watching a file in an 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 occurred prior to it being created, | 425 | ;; watch might receive events which occurred prior to it being created, |
diff --git a/lisp/frame.el b/lisp/frame.el index a28baf7ff0e..447413b3256 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -2441,7 +2441,7 @@ See also `toggle-frame-maximized'." | |||
| 2441 | nil `((fullscreen . fullboth) (fullscreen-restore . ,fullscreen)))) | 2441 | nil `((fullscreen . fullboth) (fullscreen-restore . ,fullscreen)))) |
| 2442 | ;; Manipulating a frame without waiting for the fullscreen | 2442 | ;; Manipulating a frame without waiting for the fullscreen |
| 2443 | ;; animation to complete can cause a crash, or other unexpected | 2443 | ;; animation to complete can cause a crash, or other unexpected |
| 2444 | ;; behaviour, on macOS (bug#28496). | 2444 | ;; behavior, on macOS (bug#28496). |
| 2445 | (when (featurep 'cocoa) (sleep-for 0.5)))) | 2445 | (when (featurep 'cocoa) (sleep-for 0.5)))) |
| 2446 | 2446 | ||
| 2447 | ;;;; Key bindings | 2447 | ;;;; Key bindings |
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el index 7a40d6933ca..9e5c4007bd7 100644 --- a/lisp/org/org-element.el +++ b/lisp/org/org-element.el | |||
| @@ -4721,7 +4721,7 @@ indentation removed from its contents." | |||
| 4721 | ;; Cache is enabled by default, but can be disabled globally with | 4721 | ;; Cache is enabled by default, but can be disabled globally with |
| 4722 | ;; `org-element-use-cache'. `org-element-cache-sync-idle-time', | 4722 | ;; `org-element-use-cache'. `org-element-cache-sync-idle-time', |
| 4723 | ;; org-element-cache-sync-duration' and `org-element-cache-sync-break' | 4723 | ;; org-element-cache-sync-duration' and `org-element-cache-sync-break' |
| 4724 | ;; can be tweaked to control caching behaviour. | 4724 | ;; can be tweaked to control caching behavior. |
| 4725 | ;; | 4725 | ;; |
| 4726 | ;; Internally, parsed elements are stored in an AVL tree, | 4726 | ;; Internally, parsed elements are stored in an AVL tree, |
| 4727 | ;; `org-element--cache'. This tree is updated lazily: whenever | 4727 | ;; `org-element--cache'. This tree is updated lazily: whenever |
diff --git a/lisp/org/org.el b/lisp/org/org.el index 4e4620549c5..a53553bfd8b 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -10641,7 +10641,7 @@ a timestamp or a link." | |||
| 10641 | (save-excursion | 10641 | (save-excursion |
| 10642 | ;; Do not validate action when point is on the | 10642 | ;; Do not validate action when point is on the |
| 10643 | ;; spaces right after the footnote label, in | 10643 | ;; spaces right after the footnote label, in |
| 10644 | ;; order to be on par with behaviour on links. | 10644 | ;; order to be on par with behavior on links. |
| 10645 | (skip-chars-forward " \t") | 10645 | (skip-chars-forward " \t") |
| 10646 | (let ((begin | 10646 | (let ((begin |
| 10647 | (org-element-property :contents-begin context))) | 10647 | (org-element-property :contents-begin context))) |
| @@ -10794,7 +10794,7 @@ there is one, return it." | |||
| 10794 | (cons link end))))) | 10794 | (cons link end))))) |
| 10795 | 10795 | ||
| 10796 | ;; TODO: These functions are deprecated since `org-open-at-point' | 10796 | ;; TODO: These functions are deprecated since `org-open-at-point' |
| 10797 | ;; hard-codes behaviour for "file+emacs" and "file+sys" types. | 10797 | ;; hard-codes behavior for "file+emacs" and "file+sys" types. |
| 10798 | (defun org-open-file-with-system (path) | 10798 | (defun org-open-file-with-system (path) |
| 10799 | "Open file at PATH using the system way of opening it." | 10799 | "Open file at PATH using the system way of opening it." |
| 10800 | (org-open-file path 'system)) | 10800 | (org-open-file path 'system)) |
diff --git a/lisp/term.el b/lisp/term.el index 3970e93cf16..a470873a823 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -498,7 +498,7 @@ inconsistent with the state of the terminal understood by the | |||
| 498 | inferior process. Only the process filter is allowed to make | 498 | inferior process. Only the process filter is allowed to make |
| 499 | changes to the buffer. | 499 | changes to the buffer. |
| 500 | 500 | ||
| 501 | Customize this option to nil if you want the previous behaviour." | 501 | Customize this option to nil if you want the previous behavior." |
| 502 | :version "26.1" | 502 | :version "26.1" |
| 503 | :type 'boolean | 503 | :type 'boolean |
| 504 | :group 'term) | 504 | :group 'term) |
| @@ -519,7 +519,7 @@ commands can be invoked on the mouse-selected point or region, | |||
| 519 | until the process filter (or user) moves point to the process | 519 | until the process filter (or user) moves point to the process |
| 520 | mark once again. | 520 | mark once again. |
| 521 | 521 | ||
| 522 | Customize this option to nil if you want the previous behaviour." | 522 | Customize this option to nil if you want the previous behavior." |
| 523 | :version "26.1" | 523 | :version "26.1" |
| 524 | :type 'boolean | 524 | :type 'boolean |
| 525 | :group 'term) | 525 | :group 'term) |