emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114860: * lisp/eshell/em-ls.el (eshell-ls-directory


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114860: * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc typos.
Date: Wed, 30 Oct 2013 06:29:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114860
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-29 23:29:22 -0700
message:
  * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc 
typos.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/eshell/em-ls.el           emls.el-20091113204419-o5vbwnq5f7feedwu-1858
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-30 06:28:15 +0000
+++ b/lisp/ChangeLog    2013-10-30 06:29:22 +0000
@@ -1,5 +1,8 @@
 2013-10-30  Glenn Morris  <address@hidden>
 
+       * 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)

=== modified file 'lisp/eshell/em-ls.el'
--- a/lisp/eshell/em-ls.el      2013-09-19 20:51:33 +0000
+++ b/lisp/eshell/em-ls.el      2013-10-30 06:29:22 +0000
@@ -100,14 +100,14 @@
   '((((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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]