diff options
| author | Glenn Morris | 2013-10-29 23:29:22 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-29 23:29:22 -0700 |
| commit | 5413d87335aa2383b2f8ff461ecb3a00816252c8 (patch) | |
| tree | 76fd646586ae0584fe7c5d5b5c83ff599ca6faf1 /lisp/eshell | |
| parent | cecedb3677ffdf4ebdb66aaf37c1914be721aa9c (diff) | |
| download | emacs-5413d87335aa2383b2f8ff461ecb3a00816252c8.tar.gz emacs-5413d87335aa2383b2f8ff461ecb3a00816252c8.zip | |
* 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." | |||
| 100 | '((((class color) (background light)) (:foreground "Blue" :weight bold)) | 100 | '((((class color) (background light)) (:foreground "Blue" :weight bold)) |
| 101 | (((class color) (background dark)) (:foreground "SkyBlue" :weight bold)) | 101 | (((class color) (background dark)) (:foreground "SkyBlue" :weight bold)) |
| 102 | (t (:weight bold))) | 102 | (t (:weight bold))) |
| 103 | "The face used for highlight directories.") | 103 | "The face used for highlighting directories.") |
| 104 | (define-obsolete-face-alias 'eshell-ls-directory-face | 104 | (define-obsolete-face-alias 'eshell-ls-directory-face |
| 105 | 'eshell-ls-directory "22.1") | 105 | 'eshell-ls-directory "22.1") |
| 106 | 106 | ||
| 107 | (defface eshell-ls-symlink | 107 | (defface eshell-ls-symlink |
| 108 | '((((class color) (background light)) (:foreground "Dark Cyan" :weight bold)) | 108 | '((((class color) (background light)) (:foreground "Dark Cyan" :weight bold)) |
| 109 | (((class color) (background dark)) (:foreground "Cyan" :weight bold))) | 109 | (((class color) (background dark)) (:foreground "Cyan" :weight bold))) |
| 110 | "The face used for highlight symbolic links.") | 110 | "The face used for highlighting symbolic links.") |
| 111 | (define-obsolete-face-alias 'eshell-ls-symlink-face 'eshell-ls-symlink "22.1") | 111 | (define-obsolete-face-alias 'eshell-ls-symlink-face 'eshell-ls-symlink "22.1") |
| 112 | 112 | ||
| 113 | (defface eshell-ls-executable | 113 | (defface eshell-ls-executable |