]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/em-ls.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / eshell / em-ls.el
index 4ddf88626189963703b5a48fb86aca5165bb4025..ae6e0d3e8866834c3f085e186ac1dd8b6efc07d0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; em-ls.el --- implementation of ls in Lisp  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1999-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -47,7 +47,7 @@ properties to colorize its output based on the setting of
 (defcustom eshell-ls-date-format "%Y-%m-%d"
   "How to display time information in `eshell-ls-file'.
 This is passed to `format-time-string' as a format string.
-To display the date using the current locale, use \"%b \%e\"."
+To display the date using the current locale, use \"%b \ %e\"."
   :version "24.1"
   :type 'string)