diff options
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 dca1ebbd89c..9f2eb5be2a3 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. +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 | 
