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:
parent
39764caa7f
commit
10ee3b3f17
4 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue