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 | |
| parent | f0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff) | |
| download | emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.zip | |
; Spelling fixes
| -rw-r--r-- | ChangeLog.2 | 2 | ||||
| -rw-r--r-- | ChangeLog.3 | 18 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 2 | ||||
| -rw-r--r-- | doc/misc/org.texi | 2 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 2 | ||||
| -rw-r--r-- | etc/ORG-NEWS | 12 | ||||
| -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 |
11 files changed, 26 insertions, 26 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index eab9e3d0184..b01ab19ebec 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -9949,7 +9949,7 @@ | |||
| 9949 | * lisp/files-x.el (modify-dir-local-variable): Small rewrite | 9949 | * lisp/files-x.el (modify-dir-local-variable): Small rewrite |
| 9950 | 9950 | ||
| 9951 | Change a variable name to be more meaningful, and reorder some of | 9951 | Change a variable name to be more meaningful, and reorder some of |
| 9952 | the code with no change in behaviour. | 9952 | the code with no change in behavior. |
| 9953 | 9953 | ||
| 9954 | 2016-01-26 Artur Malabarba <bruce.connor.am@gmail.com> | 9954 | 2016-01-26 Artur Malabarba <bruce.connor.am@gmail.com> |
| 9955 | 9955 | ||
diff --git a/ChangeLog.3 b/ChangeLog.3 index 5b68559f430..ea4d71c63ae 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -4805,7 +4805,7 @@ | |||
| 4805 | 4805 | ||
| 4806 | 2017-10-11 Alan Third <alan@idiocy.org> | 4806 | 2017-10-11 Alan Third <alan@idiocy.org> |
| 4807 | 4807 | ||
| 4808 | Make frame-list-z-order on NS match Windows behaviour (bug#28788) | 4808 | Make frame-list-z-order on NS match Windows behavior (bug#28788) |
| 4809 | 4809 | ||
| 4810 | * src/nsfns.m (Fns_frame_list_z_order): If terminal isn't a frame, | 4810 | * src/nsfns.m (Fns_frame_list_z_order): If terminal isn't a frame, |
| 4811 | ignore it rather than returning nil. | 4811 | ignore it rather than returning nil. |
| @@ -5932,7 +5932,7 @@ | |||
| 5932 | 5932 | ||
| 5933 | Flymake uses some new fringe bitmaps | 5933 | Flymake uses some new fringe bitmaps |
| 5934 | 5934 | ||
| 5935 | Also fix behaviour whereby flymake wouldn't react to a change in the | 5935 | Also fix behavior whereby flymake wouldn't react to a change in the |
| 5936 | variable. | 5936 | variable. |
| 5937 | 5937 | ||
| 5938 | * lisp/progmodes/flymake-ui.el (flymake-error-bitmap) | 5938 | * lisp/progmodes/flymake-ui.el (flymake-error-bitmap) |
| @@ -6180,7 +6180,7 @@ | |||
| 6180 | REPORT-FN's calling convention stipulates that a backend calls it with | 6180 | REPORT-FN's calling convention stipulates that a backend calls it with |
| 6181 | a list of diagnostics as argument, or, alternatively, with a symbol | 6181 | a list of diagnostics as argument, or, alternatively, with a symbol |
| 6182 | denoting an exceptional situation, usually some panic resulting from a | 6182 | denoting an exceptional situation, usually some panic resulting from a |
| 6183 | misconfigured backend. In keeping with legacy behaviour, | 6183 | misconfigured backend. In keeping with legacy behavior, |
| 6184 | flymake.el's response to a panic is to disable the issuing backend. | 6184 | flymake.el's response to a panic is to disable the issuing backend. |
| 6185 | 6185 | ||
| 6186 | The flymake--diag object representing a diagnostic now also keeps | 6186 | The flymake--diag object representing a diagnostic now also keeps |
| @@ -7918,7 +7918,7 @@ | |||
| 7918 | 7918 | ||
| 7919 | 2017-09-15 Michael Albinus <michael.albinus@gmx.de> | 7919 | 2017-09-15 Michael Albinus <michael.albinus@gmx.de> |
| 7920 | 7920 | ||
| 7921 | Improve Tramp behaviour according to bug#27986 | 7921 | Improve Tramp behavior according to bug#27986 |
| 7922 | 7922 | ||
| 7923 | * lisp/net/tramp-adb.el (tramp-adb-handle-copy-file): | 7923 | * lisp/net/tramp-adb.el (tramp-adb-handle-copy-file): |
| 7924 | * lisp/net/tramp-sh.el (tramp-sh-handle-copy-directory): | 7924 | * lisp/net/tramp-sh.el (tramp-sh-handle-copy-directory): |
| @@ -8120,7 +8120,7 @@ | |||
| 8120 | 8120 | ||
| 8121 | Add clarification to if-let* docstring | 8121 | Add clarification to if-let* docstring |
| 8122 | 8122 | ||
| 8123 | Also make its behaviour consistent with and-let* in that empty bindings | 8123 | Also make its behavior consistent with and-let* in that empty bindings |
| 8124 | results in success, not failure. | 8124 | results in success, not failure. |
| 8125 | * lisp/emacs-lisp/subr-x.el: Edit docstring, change else to then. | 8125 | * lisp/emacs-lisp/subr-x.el: Edit docstring, change else to then. |
| 8126 | 8126 | ||
| @@ -22797,7 +22797,7 @@ | |||
| 22797 | (Type Descriptors): new section. | 22797 | (Type Descriptors): new section. |
| 22798 | * doc/lispref/elisp.texi: reference it. | 22798 | * doc/lispref/elisp.texi: reference it. |
| 22799 | * doc/lispref/records.texi (Records): reference it. Document | 22799 | * doc/lispref/records.texi (Records): reference it. Document |
| 22800 | behaviour when type slot is a record. | 22800 | behavior when type slot is a record. |
| 22801 | 22801 | ||
| 22802 | * admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors. | 22802 | * admin/alloc-colors.c (Fmake_record, Frecord): mention type desciptors. |
| 22803 | 22803 | ||
| @@ -23348,7 +23348,7 @@ | |||
| 23348 | 23348 | ||
| 23349 | Now dired-mark-extension prepends '.' to extension when not present. | 23349 | Now dired-mark-extension prepends '.' to extension when not present. |
| 23350 | Add command dired-mark-suffix to preserve the previous | 23350 | Add command dired-mark-suffix to preserve the previous |
| 23351 | behaviour (Bug#25942). | 23351 | behavior (Bug#25942). |
| 23352 | * lisp/dired-x.el (dired-mark-suffix): New command; | 23352 | * lisp/dired-x.el (dired-mark-suffix): New command; |
| 23353 | mark files ending in a given suffix. | 23353 | mark files ending in a given suffix. |
| 23354 | (dired--mark-suffix-interactive-spec): New defun. | 23354 | (dired--mark-suffix-interactive-spec): New defun. |
| @@ -45072,7 +45072,7 @@ | |||
| 45072 | Sync from gnulib | 45072 | Sync from gnulib |
| 45073 | 45073 | ||
| 45074 | This incorporates a spelling fix, plus: | 45074 | This incorporates a spelling fix, plus: |
| 45075 | 2016-05-09 Fix undefined behaviour in gettext.h | 45075 | 2016-05-09 Fix undefined behavior in gettext.h |
| 45076 | * lib/gettext.h, lib/mktime.c: | 45076 | * lib/gettext.h, lib/mktime.c: |
| 45077 | Copy from gnulib. | 45077 | Copy from gnulib. |
| 45078 | 45078 | ||
| @@ -54900,7 +54900,7 @@ | |||
| 54900 | make check unconditional, check-maybe top-level. | 54900 | make check unconditional, check-maybe top-level. |
| 54901 | 54901 | ||
| 54902 | * Makefile.in: Add check-maybe target. | 54902 | * Makefile.in: Add check-maybe target. |
| 54903 | * test/Makefile.in: Restore unconditional behaviour to make check. | 54903 | * test/Makefile.in: Restore unconditional behavior to make check. |
| 54904 | 54904 | ||
| 54905 | 2015-12-01 Phillip Lord <phillip.lord@russet.org.uk> | 54905 | 2015-12-01 Phillip Lord <phillip.lord@russet.org.uk> |
| 54906 | 54906 | ||
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index d0d39d44e95..5a229c1cd6f 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -4734,7 +4734,7 @@ Once again, line 8 is assigned as @code{brace-entry-open} as is line | |||
| 4734 | with anchor point at the @samp{@{} of line 8@footnote{This extra | 4734 | with anchor point at the @samp{@{} of line 8@footnote{This extra |
| 4735 | syntactic element was introduced in @ccmode{} 5.33.1 to allow extra | 4735 | syntactic element was introduced in @ccmode{} 5.33.1 to allow extra |
| 4736 | flexibility in indenting the second line of such a construct. You can | 4736 | flexibility in indenting the second line of such a construct. You can |
| 4737 | preserve the behaviour resulting from the former syntactic analysis by | 4737 | preserve the behavior resulting from the former syntactic analysis by |
| 4738 | giving @code{brace-list-entry} an offset of | 4738 | giving @code{brace-list-entry} an offset of |
| 4739 | @code{c-lineup-under-anchor} (@pxref{Misc Line-Up}).}, and | 4739 | @code{c-lineup-under-anchor} (@pxref{Misc Line-Up}).}, and |
| 4740 | @code{brace-list-entry} anchored on the @samp{1} of line 8. | 4740 | @code{brace-list-entry} anchored on the @samp{1} of line 8. |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index cd61259518f..c6d603cd606 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -10237,7 +10237,7 @@ for display purposes only. | |||
| 10237 | @cindex dash, special symbol | 10237 | @cindex dash, special symbol |
| 10238 | @cindex ellipsis, special symbol | 10238 | @cindex ellipsis, special symbol |
| 10239 | In addition to regular entities defined above, Org exports in a special | 10239 | In addition to regular entities defined above, Org exports in a special |
| 10240 | way@footnote{This behaviour can be disabled with @code{-} export setting | 10240 | way@footnote{This behavior can be disabled with @code{-} export setting |
| 10241 | (@pxref{Export settings}).} the following commonly used character | 10241 | (@pxref{Export settings}).} the following commonly used character |
| 10242 | combinations: @samp{\-} is treated as a shy hyphen, @samp{--} and @samp{---} | 10242 | combinations: @samp{\-} is treated as a shy hyphen, @samp{--} and @samp{---} |
| 10243 | are converted into dashes, and @samp{...} becomes a compact set of dots. | 10243 | are converted into dashes, and @samp{...} becomes a compact set of dots. |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index aa8e84cf0c0..f4a1951cf30 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3323,7 +3323,7 @@ Why is @file{~/.sh_history} file on the remote host growing? | |||
| 3323 | @vindex tramp-histfile-override | 3323 | @vindex tramp-histfile-override |
| 3324 | Due to the remote shell saving tilde expansions triggered by | 3324 | Due to the remote shell saving tilde expansions triggered by |
| 3325 | @value{tramp}, the history file is probably growing rapidly. | 3325 | @value{tramp}, the history file is probably growing rapidly. |
| 3326 | @value{tramp} can suppress this behaviour with the user option | 3326 | @value{tramp} can suppress this behavior with the user option |
| 3327 | @option{tramp-histfile-override}. When set to @code{t}, environment | 3327 | @option{tramp-histfile-override}. When set to @code{t}, environment |
| 3328 | variable @env{HISTFILE} is unset, and environment variables | 3328 | variable @env{HISTFILE} is unset, and environment variables |
| 3329 | @env{HISTFILESIZE} @env{HISTSIZE} are set to 0. | 3329 | @env{HISTFILESIZE} @env{HISTSIZE} are set to 0. |
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 12eab44f0f7..b9f3b0cdbe4 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS | |||
| @@ -1358,7 +1358,7 @@ don't have to be distinct on a heading. | |||
| 1358 | 1358 | ||
| 1359 | Grouptags had to previously be defined with { }. This syntax is | 1359 | Grouptags had to previously be defined with { }. This syntax is |
| 1360 | already used for exclusive tags and Grouptags need their own, | 1360 | already used for exclusive tags and Grouptags need their own, |
| 1361 | non-exclusive syntax. This behaviour is achieved with [ ]. Note: { } | 1361 | non-exclusive syntax. This behavior is achieved with [ ]. Note: { } |
| 1362 | can still be used also for Grouptags but then only one of the given | 1362 | can still be used also for Grouptags but then only one of the given |
| 1363 | tags can be used on the headline at the same time. Example: | 1363 | tags can be used on the headline at the same time. Example: |
| 1364 | 1364 | ||
| @@ -1422,9 +1422,9 @@ Check the documentation for more details. | |||
| 1422 | 1422 | ||
| 1423 | Thanks to Jarmo Hurri for this feature. | 1423 | Thanks to Jarmo Hurri for this feature. |
| 1424 | 1424 | ||
| 1425 | *** New behaviour for ~org-toggle-latex-fragment~ | 1425 | *** New behavior for ~org-toggle-latex-fragment~ |
| 1426 | 1426 | ||
| 1427 | The new behaviour is the following: | 1427 | The new behavior is the following: |
| 1428 | 1428 | ||
| 1429 | - With a double prefix argument or with a single prefix argument when | 1429 | - With a double prefix argument or with a single prefix argument when |
| 1430 | point is before the first headline, toggle overlays in the whole | 1430 | point is before the first headline, toggle overlays in the whole |
| @@ -1623,10 +1623,10 @@ leading spaces within table cells. | |||
| 1623 | Org uses the MathJax CDN by default. See the manual and the docstring | 1623 | Org uses the MathJax CDN by default. See the manual and the docstring |
| 1624 | of ~org-html-mathjax-options~ for details. | 1624 | of ~org-html-mathjax-options~ for details. |
| 1625 | 1625 | ||
| 1626 | *** New behaviour in `org-export-options-alist' | 1626 | *** New behavior in `org-export-options-alist' |
| 1627 | 1627 | ||
| 1628 | When defining a back-end, it is now possible to specify to give | 1628 | When defining a back-end, it is now possible to specify to give |
| 1629 | `parse' behaviour on a keyword. It is equivalent to call | 1629 | `parse' behavior on a keyword. It is equivalent to call |
| 1630 | `org-element-parse-secondary-string' on the value. | 1630 | `org-element-parse-secondary-string' on the value. |
| 1631 | 1631 | ||
| 1632 | However, parsed =KEYWORD= is automatically associated to an | 1632 | However, parsed =KEYWORD= is automatically associated to an |
| @@ -1745,7 +1745,7 @@ everywhere in the buffer, possibly corrupting URLs. | |||
| 1745 | *** Removed option =org-babel-sh-command= | 1745 | *** Removed option =org-babel-sh-command= |
| 1746 | 1746 | ||
| 1747 | This undocumented option defaulted to the value of =shell-file-name= at | 1747 | This undocumented option defaulted to the value of =shell-file-name= at |
| 1748 | the time of loading =ob-shell=. The new behaviour is to use the value | 1748 | the time of loading =ob-shell=. The new behavior is to use the value |
| 1749 | of =shell-file-name= directly when the shell langage is =shell=. To chose | 1749 | of =shell-file-name= directly when the shell langage is =shell=. To chose |
| 1750 | a different shell, either customize =shell-file-name= or bind this | 1750 | a different shell, either customize =shell-file-name= or bind this |
| 1751 | variable locally. | 1751 | variable locally. |
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) |