# HG changeset patch # User Juanma Barranquero # Date 1179321323 0 # Node ID 1c4465e1aac000bb97656e33fb75cba949f06bbe # Parent 93f01594df6f280cdbd222706fc08270405d3865 (ls-lisp-verbosity): Doc fix. diff -r 93f01594df6f -r 1c4465e1aac0 lisp/ls-lisp.el --- 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