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.
This commit is contained in:
Paul Eggert 2014-04-10 12:12:34 -07:00
parent 39764caa7f
commit 10ee3b3f17
4 changed files with 9 additions and 4 deletions

View 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

View 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

View 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):

View 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))