aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
authorPaul Eggert2011-12-04 00:02:42 -0800
committerPaul Eggert2011-12-04 00:02:42 -0800
commitc80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch)
treee44fe2f2604d66890ec2442ea23e73ee5011907a /lisp/nxml
parenta24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff)
downloademacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz
emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip
Spelling fixes.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/rng-valid.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el
index 9a29e3d4cca..1f69f5d7bf3 100644
--- a/lisp/nxml/rng-valid.el
+++ b/lisp/nxml/rng-valid.el
@@ -377,8 +377,8 @@ The schema is set like `rng-auto-set-schema'."
377(defun rng-kill-timers () 377(defun rng-kill-timers ()
378 ;; rng-validate-timer and rng-validate-quick-timer have the 378 ;; rng-validate-timer and rng-validate-quick-timer have the
379 ;; permanent-local property, so that the timers can be 379 ;; permanent-local property, so that the timers can be
380 ;; cancelled even after changing mode. 380 ;; canceled even after changing mode.
381 ;; This function takes care of cancelling the timers and 381 ;; This function takes care of canceling the timers and
382 ;; then killing the local variables. 382 ;; then killing the local variables.
383 (when (local-variable-p 'rng-validate-timer) 383 (when (local-variable-p 'rng-validate-timer)
384 (when rng-validate-timer 384 (when rng-validate-timer