]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Sep 2017 16:20:27 +0000 (09:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 10 Sep 2017 16:24:37 +0000 (09:24 -0700)
* lisp/progmodes/cc-langs.el:
(c-ambiguous-overloadable-or-identifier-prefixes): Rename from
c-ambiguous-overloadable-or-identifier-prefices.  Caller changed.

doc/misc/org.texi
lisp/ChangeLog.16
lisp/ChangeLog.17
lisp/progmodes/cc-langs.el
lisp/progmodes/executable.el
test/lib-src/emacsclient-tests.el
test/lisp/dired-tests.el
test/lisp/ls-lisp-tests.el
test/lisp/register-tests.el
test/lisp/simple-tests.el

index 067ae7bbc5254903095db0f62e70e3059a0228a0..44fcb94f972dd415d4f7512f44f8135cb8758e65 100644 (file)
@@ -7641,7 +7641,7 @@ javascript:location.href='org-protocol://open-source?&url='+
 @vindex org-protocol-project-alist
 The variable @code{org-protocol-project-alist} maps URLs to local file names,
 by stripping URL parameters from the end and replacing the @code{:base-url}
-with @code{:working-diretory} and @code{:online-suffix} with
+with @code{:working-directory} and @code{:online-suffix} with
 @code{:working-suffix}.  For example, assuming you own a local copy of
 @url{http://orgmode.org/worg/} contents at @file{/home/user/worg}, you can
 set @code{org-protocol-project-alist} to the following
index ffd99f7438cfc51c9ea9c53f39362006739cce87..fb5aee17a77d176674320427f0cb5e8605cec4f8 100644 (file)
        (ses-formula-references): Robustify against self-referring cells.
        (ses-mode): Use ses-set-localvars.
        (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
-       before lauching the update processing.
+       before launching the update processing.
        (ses-initialize-Dijkstra-attempt): New function.
        (ses-recalculate-cell): Update for cycle detection based on
        Dijkstra algorithm.
index 6dfddf72e8f6649102c311f32518e22a3ab544ea..5c415de0474f8854b7002d8a9a166647ef3314b4 100644 (file)
 
 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
 
-       * version.el (emacs-bzr-get-version): Restore compatibilty with
+       * version.el (emacs-bzr-get-version): Restore compatibility with
        24.3 (Tested).
 
 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
index d4eae06f290991921d06c9fb1c9568ad544e4c27..8a4adf1f7fb0306a0dec65938fb07e11cd87eb30 100644 (file)
@@ -1185,7 +1185,7 @@ This regexp is assumed to not match any non-operator identifier."
 (make-obsolete-variable 'c-opt-op-identitier-prefix 'c-opt-op-identifier-prefix
                        "CC Mode 5.31.4, 2006-04-14")
 
-(c-lang-defconst c-ambiguous-overloadable-or-identifier-prefices
+(c-lang-defconst c-ambiguous-overloadable-or-identifier-prefixes
   ;; A list of strings which can be either overloadable operators or
   ;; identifier prefixes.
   t (c--intersection
@@ -1199,7 +1199,7 @@ This regexp is assumed to not match any non-operator identifier."
   ;; A regexp matching strings which can be either overloadable operators
   ;; or identifier prefixes.
   t (c-make-keywords-re
-       t (c-lang-const c-ambiguous-overloadable-or-identifier-prefices)))
+       t (c-lang-const c-ambiguous-overloadable-or-identifier-prefixes)))
 (c-lang-defvar c-ambiguous-overloadable-or-identifier-prefix-re
   (c-lang-const c-ambiguous-overloadable-or-identifier-prefix-re))
 
index 7c040e74955d9350c068b8eb133d83d51df59797..ebdb516de18241f43b6809eeb3050d611f62d75b 100644 (file)
@@ -228,8 +228,8 @@ executable."
                         (and argument (string< "" argument) " ")
                         argument))
 
-  ;; For backward compatibilty, allow `executable-prefix-env' to be
-  ;; overriden by custom `executable-prefix'.
+  ;; For backward compatibility, allow `executable-prefix-env' to be
+  ;; overridden by custom `executable-prefix'.
   (if (string-match "#!\\([ \t]*/usr/bin/env[ \t]*\\)?$" executable-prefix)
       (if executable-prefix-env
           (setq argument (concat "/usr/bin/env "
index 4b7fa47989dee4e5038ca8d9526eaf043805e110..beca972aad4368b49f82a21d3a1691c48ce8c6e6 100644 (file)
@@ -43,7 +43,7 @@
      ;; Skip if emacsclient was compiled with -pg (bug#28319).
      ;; Use ert--skip-unless rather than skip-unless to silence compiler.
      (ert--skip-unless (not (and (stringp stat)
-                                 (string-match-p "rofiling" stat))))
+                                 (string-match-p "Profiling" stat))))
      (should (eq 0 stat))))
 
 (ert-deftest emacsclient-test-alternate-editor-allows-arguments ()
index 3c460d0151e1e78d3c5ddc4580b42aa41c1e5751..1f6e060832effd01f51f8a1310df2976bb01c27b 100644 (file)
 
 (ert-deftest dired-test-bug27940 ()
   "Test for http://debbugs.gnu.org/27940 ."
-  ;; If just empty dirs we shouln't be prompted.
+  ;; If just empty dirs we shouldn't be prompted.
   (dired-test-with-temp-dirs
    'just-empty-dirs
    (let (asked)
index d24b30e5f2224c36d58171d7bbd1b600e2b7fcda..1698e0967d0ecd3a7c9b15c37644f75624f5b6ec 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2017 Free Software Foundation, Inc.
 
-;; Author: Tino Calacha <tino.calancha@gmail.com>
+;; Author: Tino Calancha <tino.calancha@gmail.com>
 ;; Keywords:
 
 ;; This file is part of GNU Emacs.
index 0425bc0e0f45595ce81bdc4d16b70f5213962916..2e31602b1271c56337db3b279ae8d2a308cc621f 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2017 Free Software Foundation, Inc.
 
-;; Author: Tino Calacha <tino.calancha@gmail.com>
+;; Author: Tino Calancha <tino.calancha@gmail.com>
 ;; Keywords:
 
 ;; This file is part of GNU Emacs.
index 729001bdf3ade7a71f451e073efe69e2a3b7fd8e..7cb7107cedadb834098d802e1a97a44a838d0cec 100644 (file)
@@ -505,7 +505,7 @@ See Bug#21722."
     (setq-local fill-prefix "   ")
     (set-fill-column 5)
     ;; Shouldn't break after 'foo' (3 characters) when the next
-    ;; line is indented >= to that, that woudln't result in shorter
+    ;; line is indented >= to that, that wouldn't result in shorter
     ;; lines.
     (insert "foo bar")
     (do-auto-fill)