]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Apr 2014 19:12:34 +0000 (12:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Apr 2014 19:12:34 +0000 (12:12 -0700)
* automated/electric-tests.el: Fix spelling error in test name.
(whitespace-skipping-for-quotes-not-outside):
Rename from whitespace-skipping-for-quotes-not-ouside.

lisp/elec-pair.el
lisp/nxml/rng-cmpct.el
test/ChangeLog
test/automated/electric-tests.el

index c16c1141800a8c7929c65c8af0490dce123c7b51..04e1840c0a5879a10861f974c6a3ba4d9bfff06b 100644 (file)
@@ -343,7 +343,7 @@ If point is not enclosed by any lists, return ((t) . (t))."
     (cons innermost outermost)))
 
 (defvar electric-pair-string-bound-function 'point-max
-  "Next buffer position where strings are syntatically unexpected.
+  "Next buffer position where strings are syntactically unexpected.
 Value is a function called with no arguments and returning a
 buffer position. Major modes should set this variable
 buffer-locally if they experience slowness with
index 3518de977a4fb2330aec0559301da5b2845a1f4c..0dfdb4279be647d5d5d7a53d90bf0d73b2190957 100644 (file)
@@ -363,7 +363,7 @@ OVERRIDE is either nil, require or t."
            "*")))
 
 (defun rng-c-process-escapes ()
-  ;; Check for any nuls, since we will use nul chars
+  ;; Check for any NULs, since we will use NUL chars
   ;; for internal purposes.
   (let ((pos (search-forward "\C-@" nil t)))
     (and pos
@@ -932,4 +932,3 @@ Current token after parse is token following ]."
 (provide 'rng-cmpct)
 
 ;;; rng-cmpct.el
-
index 8b9b507d1c7c814778ccf60305072c0d065dcb5c..8f203f68d5ce4cef4dcda1f52c2989734434589d 100644 (file)
@@ -1,3 +1,9 @@
+2014-04-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * automated/electric-tests.el: Fix spelling error in test name.
+       (whitespace-skipping-for-quotes-not-outside):
+       Rename from whitespace-skipping-for-quotes-not-ouside.
+
 2014-04-09  Glenn Morris  <rgm@gnu.org>
 
        * automated/python-tests.el (python-triple-quote-pairing):
index 6a70080fde5b96cc10e3c49a71ce6cc75e61dc07..b1908e6bb32abdea4203c4fc0bedd1aff52a8d29 100644 (file)
@@ -383,7 +383,7 @@ baz\"\""
   :test-in-code nil
   :test-in-comments t)
 
-(define-electric-pair-test whitespace-skipping-for-quotes-not-ouside
+(define-electric-pair-test whitespace-skipping-for-quotes-not-outside
   "  \"  \"" "\"-----" :expected-string "\"\"  \"  \""
   :expected-point 2
   :bindings '((electric-pair-skip-whitespace . chomp))