Mercurial > emacs
changeset 77711:3e2de8648d07
(ls-lisp-verbosity): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 May 2007 11:24:16 +0000 |
parents | d6d820294ed5 |
children | 9be59d4be93f |
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 11:23:32 2007 +0000 +++ b/lisp/ls-lisp.el Wed May 16 11:24:16 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