emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r116933: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] emacs-24 r116933: Spelling fixes.
Date: Thu, 10 Apr 2014 19:12:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116933
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: emacs-24
timestamp: Thu 2014-04-10 12:12:34 -0700
message:
  Spelling fixes.
  
  * automated/electric-tests.el: Fix spelling error in test name.
  (whitespace-skipping-for-quotes-not-outside):
  Rename from whitespace-skipping-for-quotes-not-ouside.
modified:
  lisp/elec-pair.el              elecpair.el-20131227124533-yaq8recs0j0ggt67-1
  lisp/nxml/rng-cmpct.el         
rngcmpct.el-20091113204419-o5vbwnq5f7feedwu-7821
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/electric-tests.el 
electrictests.el-20131226202454-s3cqbs9maop0w8qy-1
=== modified file 'lisp/elec-pair.el'
--- a/lisp/elec-pair.el 2014-04-07 07:29:50 +0000
+++ b/lisp/elec-pair.el 2014-04-10 19:12:34 +0000
@@ -343,7 +343,7 @@
     (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

=== modified file 'lisp/nxml/rng-cmpct.el'
--- a/lisp/nxml/rng-cmpct.el    2014-03-21 06:56:55 +0000
+++ b/lisp/nxml/rng-cmpct.el    2014-04-10 19:12:34 +0000
@@ -363,7 +363,7 @@
            "*")))
 
 (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 @@
 (provide 'rng-cmpct)
 
 ;;; rng-cmpct.el
-

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-04-09 01:50:29 +0000
+++ b/test/ChangeLog    2014-04-10 19:12:34 +0000
@@ -1,3 +1,9 @@
+2014-04-10  Paul Eggert  <address@hidden>
+
+       * 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  <address@hidden>
 
        * automated/python-tests.el (python-triple-quote-pairing):

=== modified file 'test/automated/electric-tests.el'
--- a/test/automated/electric-tests.el  2014-04-09 01:34:16 +0000
+++ b/test/automated/electric-tests.el  2014-04-10 19:12:34 +0000
@@ -383,7 +383,7 @@
   :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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]