* lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc typos.
authorGlenn Morris <rgm@gnu.org>
Wed, 30 Oct 2013 06:29:22 +0000 (23:29 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 30 Oct 2013 06:29:22 +0000 (23:29 -0700)
lisp/ChangeLog
lisp/eshell/em-ls.el

index 4e1bbf2..7bed49a 100644 (file)
@@ -1,5 +1,8 @@
 2013-10-30  Glenn Morris  <rgm@gnu.org>
 
+       * 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)
index 16cc6a2..06c519c 100644 (file)
@@ -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