]> code.delx.au - gnu-emacs/commitdiff
; Spelling fixes (American spelling)
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Jan 2016 23:24:09 +0000 (18:24 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Jan 2016 23:24:09 +0000 (18:24 -0500)
lisp/ChangeLog.17
lisp/simple.el
src/xwidget.c
test/ChangeLog.1
test/etags/el-src/emacs/lisp/progmodes/etags.el

index ee812bde82ddc5c678056da0bd69a8f837adb258..1785a3367320937ebe9a9b355c6f0e361c88f60d 100644 (file)
 
 2014-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * net/eww.el (eww-follow-link): Revert prefix behaviour to
+       * net/eww.el (eww-follow-link): Revert prefix behavior to
        previous behavior.
        (eww-copy-page-url): Add doc string.
 
 2014-06-30  GrĂ©goire Jadi  <daimrod@gmail.com>
 
        * net/rcirc.el (rcirc-buffer-process): Restore previous
-       behaviour.  (Bug#17772)
+       behavior.  (Bug#17772)
 
 2014-06-29  Alan Mackenzie  <acm@muc.de>
 
index ed4ca91b2e5f8a6bf1bd647d99c61aa698a8a603..72e87a410fc5e95744833ecc98e9ed9929b9073c 100644 (file)
@@ -2894,7 +2894,7 @@ removes the previous `undo-boundary' if a series of such calls
 have been made.  By default `self-insert-command' and
 `delete-char' are the only amalgamating commands, although this
 function could be called by any command wishing to have this
-behaviour."
+behavior."
   (let ((last-amalgamating-count
          (undo-auto--last-boundary-amalgamating-number)))
     (setq undo-auto--this-command-amalgamating t)
index 9450bdf7870f9c7bca8628ebafde9c952fcbee75..8745416f3dbe7f63c2696010abd6f99dd6b60aeb 100644 (file)
@@ -530,7 +530,7 @@ xwidget_init_view (struct xwidget *xww,
      container later.  Drawing should crop container window if necessary
      to handle case where xwidget is partially obscured by other Emacs
      windows.  Other containers than gtk_fixed where explored, but
-     gtk_fixed had the most predictable behaviour so far.  */
+     gtk_fixed had the most predictable behavior so far.  */
 
   xv->emacswindow = FRAME_GTK_WIDGET (s->f);
   xv->widgetwindow = gtk_fixed_new ();
index 01cb97e0da3fc1ace0b96235b6e38189cda433d4..3520f13df609503b7d365c712d54b91accb6106d 100644 (file)
 
        * automated/tildify-tests.el (tildify-space-undo-test--test):
        A new helper function for testing `tildify-double-space-undos'
-       behaviour in the `tildify-space' function.
+       behavior in the `tildify-space' function.
        (tildify-space-undo-test-html, tildify-space-undo-test-html-nbsp)
        (tildify-space-undo-test-xml, tildify-space-undo-test-tex):
-       New tests for `tildify-doule-space-undos' behaviour.
+       New tests for `tildify-doule-space-undos' behavior.
 
        * automated/tildify-tests.el (tildify-space-test--test):
        A new helper function for testing `tildify-space' function.
index 6c28ba35a4c8c15a747461e7c5a09fdc30eebe02..5d28657e28ba15e6d7824e980744368d22360da4 100644 (file)
@@ -2094,7 +2094,7 @@ for \\[find-tag] (which see)."
     (`apropos (etags--xref-find-definitions id t))))
 
 (defun etags--xref-find-definitions (pattern &optional regexp?)
-  ;; This emulates the behaviour of `find-tag-in-order' but instead of
+  ;; This emulates the behavior of `find-tag-in-order' but instead of
   ;; returning one match at a time all matches are returned as list.
   ;; NOTE: find-tag-tag-order is typically a buffer-local variable.
   (let* ((xrefs '())