diff options
| author | Paul Eggert | 2014-04-10 12:12:34 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-04-10 12:12:34 -0700 |
| commit | 10ee3b3f17731f44b9d5bd51c8330e16f22361c7 (patch) | |
| tree | 3284a2ae7b3d86b8a8d992964f04db89d97cc6bf | |
| parent | 39764caa7f21822f8919e51b07394c00c2431b36 (diff) | |
| download | emacs-10ee3b3f17731f44b9d5bd51c8330e16f22361c7.tar.gz emacs-10ee3b3f17731f44b9d5bd51c8330e16f22361c7.zip | |
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.
| -rw-r--r-- | lisp/elec-pair.el | 2 | ||||
| -rw-r--r-- | lisp/nxml/rng-cmpct.el | 3 | ||||
| -rw-r--r-- | test/ChangeLog | 6 | ||||
| -rw-r--r-- | test/automated/electric-tests.el | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/lisp/elec-pair.el b/lisp/elec-pair.el index c16c1141800..04e1840c0a5 100644 --- a/lisp/elec-pair.el +++ b/lisp/elec-pair.el | |||
| @@ -343,7 +343,7 @@ If point is not enclosed by any lists, return ((t) . (t))." | |||
| 343 | (cons innermost outermost))) | 343 | (cons innermost outermost))) |
| 344 | 344 | ||
| 345 | (defvar electric-pair-string-bound-function 'point-max | 345 | (defvar electric-pair-string-bound-function 'point-max |
| 346 | "Next buffer position where strings are syntatically unexpected. | 346 | "Next buffer position where strings are syntactically unexpected. |
| 347 | Value is a function called with no arguments and returning a | 347 | Value is a function called with no arguments and returning a |
| 348 | buffer position. Major modes should set this variable | 348 | buffer position. Major modes should set this variable |
| 349 | buffer-locally if they experience slowness with | 349 | buffer-locally if they experience slowness with |
diff --git a/lisp/nxml/rng-cmpct.el b/lisp/nxml/rng-cmpct.el index 3518de977a4..0dfdb4279be 100644 --- a/lisp/nxml/rng-cmpct.el +++ b/lisp/nxml/rng-cmpct.el | |||
| @@ -363,7 +363,7 @@ OVERRIDE is either nil, require or t." | |||
| 363 | "*"))) | 363 | "*"))) |
| 364 | 364 | ||
| 365 | (defun rng-c-process-escapes () | 365 | (defun rng-c-process-escapes () |
| 366 | ;; Check for any nuls, since we will use nul chars | 366 | ;; Check for any NULs, since we will use NUL chars |
| 367 | ;; for internal purposes. | 367 | ;; for internal purposes. |
| 368 | (let ((pos (search-forward "\C-@" nil t))) | 368 | (let ((pos (search-forward "\C-@" nil t))) |
| 369 | (and pos | 369 | (and pos |
| @@ -932,4 +932,3 @@ Current token after parse is token following ]." | |||
| 932 | (provide 'rng-cmpct) | 932 | (provide 'rng-cmpct) |
| 933 | 933 | ||
| 934 | ;;; rng-cmpct.el | 934 | ;;; rng-cmpct.el |
| 935 | |||
diff --git a/test/ChangeLog b/test/ChangeLog index 8b9b507d1c7..8f203f68d5c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-04-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * automated/electric-tests.el: Fix spelling error in test name. | ||
| 4 | (whitespace-skipping-for-quotes-not-outside): | ||
| 5 | Rename from whitespace-skipping-for-quotes-not-ouside. | ||
| 6 | |||
| 1 | 2014-04-09 Glenn Morris <rgm@gnu.org> | 7 | 2014-04-09 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * automated/python-tests.el (python-triple-quote-pairing): | 9 | * automated/python-tests.el (python-triple-quote-pairing): |
diff --git a/test/automated/electric-tests.el b/test/automated/electric-tests.el index 6a70080fde5..b1908e6bb32 100644 --- a/test/automated/electric-tests.el +++ b/test/automated/electric-tests.el | |||
| @@ -383,7 +383,7 @@ baz\"\"" | |||
| 383 | :test-in-code nil | 383 | :test-in-code nil |
| 384 | :test-in-comments t) | 384 | :test-in-comments t) |
| 385 | 385 | ||
| 386 | (define-electric-pair-test whitespace-skipping-for-quotes-not-ouside | 386 | (define-electric-pair-test whitespace-skipping-for-quotes-not-outside |
| 387 | " \" \"" "\"-----" :expected-string "\"\" \" \"" | 387 | " \" \"" "\"-----" :expected-string "\"\" \" \"" |
| 388 | :expected-point 2 | 388 | :expected-point 2 |
| 389 | :bindings '((electric-pair-skip-whitespace . chomp)) | 389 | :bindings '((electric-pair-skip-whitespace . chomp)) |