emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ls-lisp.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/ls-lisp.el
Date: Thu, 20 Dec 2001 13:41:43 -0500

Index: emacs/lisp/ls-lisp.el
diff -c emacs/lisp/ls-lisp.el:1.39 emacs/lisp/ls-lisp.el:1.40
*** emacs/lisp/ls-lisp.el:1.39  Mon Nov  5 20:56:02 2001
--- emacs/lisp/ls-lisp.el       Thu Dec 20 13:41:43 2001
***************
*** 113,119 ****
        (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.
  
  Concepts come from UNIX: `links' means count of names associated with
  the file\; `uid' means user (owner) identifier\; `gid' means group
--- 113,119 ----
        (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.
  
  Concepts come from UNIX: `links' means count of names associated with
  the file\; `uid' means user (owner) identifier\; `gid' means group



reply via email to

[Prev in Thread] Current Thread [Next in Thread]