]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 4e1bbf252e5869be5cedf972269d00dced8aec81..7bed49a989ac37635bdb2b5a9567b54b4937ca7f 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 16cc6a22008b75cf0f4499f801e259eb830e028b..06c519c104b1d1ec7002f0bc12f0e20e0aa95aa6 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