From 10ee3b3f17731f44b9d5bd51c8330e16f22361c7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 10 Apr 2014 12:12:34 -0700 Subject: 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. --- lisp/nxml/rng-cmpct.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/nxml/rng-cmpct.el') 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." "*"))) (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 - -- cgit v1.2.1