diff options
| author | Juanma Barranquero | 2007-05-16 11:24:16 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-05-16 11:24:16 +0000 |
| commit | 3aeb19ad3604f888756489c30ea089b2f13805a7 (patch) | |
| tree | 63803dd85bb705d3a747340b63fcd69d84ae41b4 | |
| parent | e89c3b89741a7fbe5ca86fb4971c7920f86ec7af (diff) | |
| download | emacs-3aeb19ad3604f888756489c30ea089b2f13805a7.tar.gz emacs-3aeb19ad3604f888756489c30ea089b2f13805a7.zip | |
(ls-lisp-verbosity): Doc fix.
| -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." | |||
| 113 | (t '(links uid gid))) ; GNU ls | 113 | (t '(links uid gid))) ; GNU ls |
| 114 | "*A list of optional file attributes that ls-lisp should display. | 114 | "*A list of optional file attributes that ls-lisp should display. |
| 115 | It should contain none or more of the symbols: links, uid, gid. | 115 | It should contain none or more of the symbols: links, uid, gid. |
| 116 | nil (or an empty list) means display none of them. | 116 | A value of nil (or an empty list) means display none of them. |
| 117 | 117 | ||
| 118 | Concepts come from UNIX: `links' means count of names associated with | 118 | Concepts come from UNIX: `links' means count of names associated with |
| 119 | the file\; `uid' means user (owner) identifier\; `gid' means group | 119 | the file\; `uid' means user (owner) identifier\; `gid' means group |