diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-ls.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index af60cdc1260..144b4dda8e2 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -61,6 +61,7 @@ properties to colorize its output based on the setting of | |||
| 61 | "How to display time information in `eshell-ls-file'. | 61 | "How to display time information in `eshell-ls-file'. |
| 62 | This is passed to `format-time-string' as a format string. | 62 | This is passed to `format-time-string' as a format string. |
| 63 | To display the date using the current locale, use \"%b \%e\"." | 63 | To display the date using the current locale, use \"%b \%e\"." |
| 64 | :version "24.1" | ||
| 64 | :type 'string | 65 | :type 'string |
| 65 | :group 'eshell-ls) | 66 | :group 'eshell-ls) |
| 66 | 67 | ||