mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Spelling fixes.
This commit is contained in:
parent
a24bf23e0f
commit
c80e3b4aed
121 changed files with 351 additions and 353 deletions
|
|
@ -377,8 +377,8 @@ The schema is set like `rng-auto-set-schema'."
|
|||
(defun rng-kill-timers ()
|
||||
;; rng-validate-timer and rng-validate-quick-timer have the
|
||||
;; permanent-local property, so that the timers can be
|
||||
;; cancelled even after changing mode.
|
||||
;; This function takes care of cancelling the timers and
|
||||
;; canceled even after changing mode.
|
||||
;; This function takes care of canceling the timers and
|
||||
;; then killing the local variables.
|
||||
(when (local-variable-p 'rng-validate-timer)
|
||||
(when rng-validate-timer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue