]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files: Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2011 04:26:38 +0000 (20:26 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2011 04:26:38 +0000 (20:26 -0800)
lisp/files.el

index add38df5c4f6eced3fa51030b1db2f5a91556efa..8849e26415119fd4cc59139604534bf552dc921c 100644 (file)
@@ -3400,7 +3400,7 @@ Return the new variables list."
                         (progn
                           (setq alist (delq subdirs alist))
                           (cdr-safe subdirs))
-                        ;; TODO someone might want to extent this to allow
+                        ;; TODO someone might want to extend this to allow
                         ;; integer values for subdir, where N means
                         ;; variables apply to this directory and N levels
                         ;; below it (0 == nil).