diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 11:24:16 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 11:24:16 +0000 |
commit | 3aeb19ad3604f888756489c30ea089b2f13805a7 (patch) | |
tree | 63803dd85bb705d3a747340b63fcd69d84ae41b4 /lisp/ls-lisp.el | |
parent | e89c3b89741a7fbe5ca86fb4971c7920f86ec7af (diff) | |
download | emacs-3aeb19ad3604f888756489c30ea089b2f13805a7.tar.gz |
(ls-lisp-verbosity): Doc fix.
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r-- | lisp/ls-lisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 20da227b010..94c8004ff5e 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -113,7 +113,7 @@ option will have no effect until you restart Emacs." (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 |