]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling and URL fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Sep 2017 07:34:01 +0000 (00:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Sep 2017 07:36:56 +0000 (00:36 -0700)
ChangeLog.2
ChangeLog.3
etc/NEWS
lisp/calendar/cal-tex.el
lisp/emacs-lisp/ert-x.el
lisp/org/ChangeLog.1
test/lisp/emacs-lisp/edebug-resources/edebug-test-code.el
test/lisp/emacs-lisp/edebug-tests.el
test/lisp/vc/smerge-mode-tests.el

index bd1800b3307c17a6ae1e019fb981e4cce591df1e..e789722a4d63c1ed7e3635aa10c154e30b1ad4ef 100644 (file)
        Link from (emacs)Exiting to (lisp)Killing Emacs
 
        * doc/emacs/entering.texi (Exiting): Link to the lispref
-       manual for further customisations (bug#15445).
+       manual for further customizations (bug#15445).
 
        (cherry picked from commit bc5f27aa099cdde02ca66e71501b89300685ab28)
 
 
 2016-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Allow customising the article mode cursor behavior
+       Allow customizing the article mode cursor behavior
 
        * doc/misc/gnus.texi (HTML): Mention gnus-article-show-cursor.
 
index 9f43511991cdeb47e752fe326b0c2a2f92f08488..9e622cef90f47752b7fe288a18c3b606ba082dd0 100644 (file)
        Link from (emacs)Exiting to (lisp)Killing Emacs
 
        * doc/emacs/entering.texi (Exiting): Link to the lispref
-       manual for further customisations (bug#15445).
+       manual for further customizations (bug#15445).
 
 2016-04-29  Lars Ingebrigtsen  <larsi@gnus.org>
 
        Move the diff command to "Operate" in ibuffer
 
        * lisp/ibuffer.el (ibuffer-mode-operate-map): Move the diff
-       command to the "Operate" menu, and remove the customisation
+       command to the "Operate" menu, and remove the customization
        entry to make the "View" menu more logical (bug#1150).
 
 2016-04-27  Lars Ingebrigtsen  <larsi@gnus.org>
        really changed.
        (save_window_save): Set the pixel_height_before_size_change and
        pixel_width_before_size_change fields.
-       (Vwindow_size_change_functions): Move here definiton from xdisp.c.
+       (Vwindow_size_change_functions): Move here definition from xdisp.c.
        * src/xdisp.c (prepare_menu_bars, redisplay_internal): Call
        run_window_size_change_functions.
        (Vwindow_size_change_functions): Move definition to window.c.
        5d17ae7 Improve file-notify-test08-watched-file-in-watched-dir
        1cb1268 Fix todo-mode item date editing bugs
        1e996cf Fix "[:upper:]" for non-ASCII characters
-       896f993 Allow customising the article mode cursor behavior
+       896f993 Allow customizing the article mode cursor behavior
        24c1c1d Use pop-to-buffer-same-window in woman.el
        2a75f64 New filenotify test for bug#22736
        c9bccf7 Report critical battery errors
index 280ab64f37c534c494eb77c7bb268124782f8ef9..34561acae5670679e15319b81b370544d6ed05b0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1893,7 +1893,7 @@ of frame decorations on macOS 10.9+.
 ** Mousewheel and trackpad scrolling on macOS 10.7+ now behaves more
 like the macOS default.  The new variables
 'ns-use-system-mwheel-acceleration', 'ns-touchpad-scroll-line-height'
-and 'ns-touchpad-use-momentum' can be used to customise the behavior.
+and 'ns-touchpad-use-momentum' can be used to customize the behavior.
 
 \f
 ----------------------------------------------------------------------
index 72db03e5e60c744395283e667c50ebb30f086db2..1d295606f234a1f5f1ba4474a3c9816142619df4 100644 (file)
@@ -266,7 +266,7 @@ specified in ARGS.  When ARGS is omitted, by default the option
 \"12pt,a4paper\" is passed. When ARGS has any other value, then
 no option is passed to the class.
 
-Insert the \"\\usepacakge{geometry}\" directive when ARGS
+Insert the \"\\usepackage{geometry}\" directive when ARGS
 contains the \"landscape\" string."
   (set-buffer (generate-new-buffer cal-tex-buffer))
   (save-match-data
index 5af5262e5da377df83135a85cdbe94d8b402550d..71d46c110774632a5209b5643d95aced43809c34 100644 (file)
@@ -328,7 +328,7 @@ to the real `message'."
         (funcall func "%s" msg)))))
 
 (defun ert--make-print-advice (collector)
-  "Create around advice for print functions for `ert-collect-messsges'.
+  "Create around advice for print functions for `ert-collect-messages'.
 The created advice function will just call the original function
 unless the output is going to the echo area (when PRINTCHARFUN is
 t or PRINTCHARFUN is nil and `standard-output' is t).  If the
index 366a3ee9fcd69636d5986c906736933b8ecc17c7..ee50f6fb040a1831d322f8b6e69ee1c37e4637f3 100644 (file)
        * ox-latex.el (org-latex-listings): Update docstring.
 
        * org-pcomplete.el (pcomplete/org-mode/file-option/options):
-       Apply changes to export back-end definiton.
+       Apply changes to export back-end definition.
 
        * org.el (org-get-export-keywords): Apply changes to export
-       back-end definiton.
+       back-end definition.
 
        * ox-html.el (org-html--format-toc-headline): Make use of
        anonymous back-ends.
index 0cc7b1e8b4e9bfb59e1a9b090158a5e16191547b..f52a2b1896c823a57d39510a86fcb7b5c73ddbbc 100644 (file)
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see `http://www.gnu.org/licenses/'.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
index 037278e772c3061eb773d1645a0688ae73a96e63..02f4d1c5abe18cd5f50cfba9cacdc81a615bae79 100644 (file)
@@ -17,7 +17,7 @@
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see `http://www.gnu.org/licenses/'.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -310,7 +310,7 @@ Then clear edebug-tests' saved messages."
   (setq edebug-tests-messages ""))
 
 (defun edebug-tests-locate-def (def-name)
-  "Search for a definiton of DEF-NAME from the start of the current buffer.
+  "Search for a definition of DEF-NAME from the start of the current buffer.
 Place point at the end of DEF-NAME in the buffer."
   (goto-char (point-min))
   (re-search-forward (concat "def\\S-+ edebug-test-code-" def-name)))
@@ -584,7 +584,7 @@ test and possibly others should be updated."
 
 (ert-deftest edebug-tests-error-trying-to-set-breakpoint-in-uninstrumented-code
     ()
-  "Edebug refuses to set a breakpoint in uninsented code."
+  "Edebug refuses to set a breakpoint in uninstrumented code."
   (edebug-tests-with-normal-env
    (edebug-tests-setup-@ "fac" '(5) t)
    (let* ((debug-on-error nil)
index 204a4b93ab5264c9e076fc651a649931ac84c161..10d090632dac41cf27e7cb5f24e0f84c3f12796a 100644 (file)
@@ -15,7 +15,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Code: