From: Glenn Morris Date: Wed, 30 Oct 2013 06:29:22 +0000 (-0700) Subject: * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc typos. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1071 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5413d87335aa2383b2f8ff461ecb3a00816252c8;p=emacs.git * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e1bbf252e5..7bed49a989a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-10-30 Glenn Morris + * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): + Fix doc typos. + * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler. * Makefile.in (finder-data, autoloads, update-subdirs) diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 16cc6a22008..06c519c104b 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el @@ -100,14 +100,14 @@ faster and conserves more memory." '((((class color) (background light)) (:foreground "Blue" :weight bold)) (((class color) (background dark)) (:foreground "SkyBlue" :weight bold)) (t (:weight bold))) - "The face used for highlight directories.") + "The face used for highlighting directories.") (define-obsolete-face-alias 'eshell-ls-directory-face 'eshell-ls-directory "22.1") (defface eshell-ls-symlink '((((class color) (background light)) (:foreground "Dark Cyan" :weight bold)) (((class color) (background dark)) (:foreground "Cyan" :weight bold))) - "The face used for highlight symbolic links.") + "The face used for highlighting symbolic links.") (define-obsolete-face-alias 'eshell-ls-symlink-face 'eshell-ls-symlink "22.1") (defface eshell-ls-executable