diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-03-04 17:09:52 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-03-04 17:10:34 -0800 |
commit | f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (patch) | |
tree | d9b09901d78f54c54e910b61a5cbe6cdd0c70177 /lisp | |
parent | f0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff) | |
download | emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz |
; 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'." ;; TODO: ;; * Watching a /dir/file may receive events for dir. -;; (This may be the desired behaviour.) +;; (This may be the desired behavior.) ;; * Watching a file in an already watched directory ;; If the file is created and *then* a watch is added to that file, the ;; 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'." nil `((fullscreen . fullboth) (fullscreen-restore . ,fullscreen)))) ;; Manipulating a frame without waiting for the fullscreen ;; animation to complete can cause a crash, or other unexpected - ;; behaviour, on macOS (bug#28496). + ;; behavior, on macOS (bug#28496). (when (featurep 'cocoa) (sleep-for 0.5)))) ;;;; 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." ;; Cache is enabled by default, but can be disabled globally with ;; `org-element-use-cache'. `org-element-cache-sync-idle-time', ;; org-element-cache-sync-duration' and `org-element-cache-sync-break' -;; can be tweaked to control caching behaviour. +;; can be tweaked to control caching behavior. ;; ;; Internally, parsed elements are stored in an AVL tree, ;; `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." (save-excursion ;; Do not validate action when point is on the ;; spaces right after the footnote label, in - ;; order to be on par with behaviour on links. + ;; order to be on par with behavior on links. (skip-chars-forward " \t") (let ((begin (org-element-property :contents-begin context))) @@ -10794,7 +10794,7 @@ there is one, return it." (cons link end))))) ;; TODO: These functions are deprecated since `org-open-at-point' -;; hard-codes behaviour for "file+emacs" and "file+sys" types. +;; hard-codes behavior for "file+emacs" and "file+sys" types. (defun org-open-file-with-system (path) "Open file at PATH using the system way of opening it." (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 inferior process. Only the process filter is allowed to make changes to the buffer. -Customize this option to nil if you want the previous behaviour." +Customize this option to nil if you want the previous behavior." :version "26.1" :type 'boolean :group 'term) @@ -519,7 +519,7 @@ commands can be invoked on the mouse-selected point or region, until the process filter (or user) moves point to the process mark once again. -Customize this option to nil if you want the previous behaviour." +Customize this option to nil if you want the previous behavior." :version "26.1" :type 'boolean :group 'term) |