diff options
| -rw-r--r-- | lisp/ls-lisp.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 0ddae24d577..d4b890504aa 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -237,13 +237,13 @@ to fail to line up, e.g. if month names are not all of the same length." | |||
| 237 | :type 'boolean | 237 | :type 'boolean |
| 238 | :group 'ls-lisp) | 238 | :group 'ls-lisp) |
| 239 | 239 | ||
| 240 | (defvar ls-lisp-uid-d-fmt "-%d" | 240 | (defvar ls-lisp-uid-d-fmt " %d" |
| 241 | "Format to display integer UIDs.") | 241 | "Format to display integer UIDs.") |
| 242 | (defvar ls-lisp-uid-s-fmt "-%s" | 242 | (defvar ls-lisp-uid-s-fmt " %s" |
| 243 | "Format to display user names.") | 243 | "Format to display user names.") |
| 244 | (defvar ls-lisp-gid-d-fmt "-%d" | 244 | (defvar ls-lisp-gid-d-fmt " %d" |
| 245 | "Format to display integer GIDs.") | 245 | "Format to display integer GIDs.") |
| 246 | (defvar ls-lisp-gid-s-fmt "-%s" | 246 | (defvar ls-lisp-gid-s-fmt " %s" |
| 247 | "Format to display user group names.") | 247 | "Format to display user group names.") |
| 248 | (defvar ls-lisp-filesize-d-fmt "%d" | 248 | (defvar ls-lisp-filesize-d-fmt "%d" |
| 249 | "Format to display integer file sizes.") | 249 | "Format to display integer file sizes.") |