# HG changeset patch # User Juanma Barranquero # Date 1179314656 0 # Node ID 3e2de8648d07f40a5ed07270cae05a5550c54f8e # Parent d6d820294ed5f1cd592e397732b2cc55df00ba46 (ls-lisp-verbosity): Doc fix. diff -r d6d820294ed5 -r 3e2de8648d07 lisp/ls-lisp.el --- 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