Mercurial > emacs
changeset 80929:1c4465e1aac0
(ls-lisp-verbosity): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 May 2007 13:15:23 +0000 |
parents | 93f01594df6f |
children | 80bf93c36e12 |
files | lisp/ls-lisp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ls-lisp.el Wed May 16 13:14:45 2007 +0000 +++ b/lisp/ls-lisp.el Wed May 16 13:15:23 2007 +0000 @@ -113,7 +113,7 @@ (t '(links uid gid))) ; GNU ls "*A list of optional file attributes that ls-lisp should display. It should contain none or more of the symbols: links, uid, gid. -nil (or an empty list) means display none of them. +A value of nil (or an empty list) means display none of them. Concepts come from UNIX: `links' means count of names associated with the file\; `uid' means user (owner) identifier\; `gid' means group