diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 13:15:23 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-05-16 13:15:23 +0000 |
commit | 5236c17978114f0f3a4fc32f796373802c8c3e38 (patch) | |
tree | 4c025f1280e1e7e473c35c7dbbe0b81284066965 /lisp/ls-lisp.el | |
parent | ef9644f5e7c666ed1e86170e10e510696b842437 (diff) | |
download | emacs-5236c17978114f0f3a4fc32f796373802c8c3e38.tar.gz emacs-5236c17978114f0f3a4fc32f796373802c8c3e38.tar.bz2 emacs-5236c17978114f0f3a4fc32f796373802c8c3e38.zip |
(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 |