From: Glenn Morris Date: Tue, 1 Mar 2011 04:26:38 +0000 (-0800) Subject: * lisp/files: Fix comment typo. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~684 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e0b298905cd60372fb21a51b16901b1b107203e;p=emacs.git * lisp/files: Fix comment typo. --- diff --git a/lisp/files.el b/lisp/files.el index add38df5c4f..8849e264151 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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).