diff options
author | Glenn Morris <rgm@gnu.org> | 2013-10-29 23:29:22 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-29 23:29:22 -0700 |
commit | 5413d87335aa2383b2f8ff461ecb3a00816252c8 (patch) | |
tree | 76fd646586ae0584fe7c5d5b5c83ff599ca6faf1 /lisp/eshell | |
parent | cecedb3677ffdf4ebdb66aaf37c1914be721aa9c (diff) | |
download | emacs-5413d87335aa2383b2f8ff461ecb3a00816252c8.tar.gz |
* lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink): Fix doc typos.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-ls.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |