emacs-diffs
[Top][All Lists]
Advanced

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

master e72a48e: Minor fix in the Emacs manual


From: Eli Zaretskii
Subject: master e72a48e: Minor fix in the Emacs manual
Date: Wed, 6 Nov 2019 12:23:16 -0500 (EST)

branch: master
commit e72a48ee8b412e0149a9659f49111f84dd8aa2dc
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Minor fix in the Emacs manual
    
    * doc/emacs/msdos.texi (ls in Lisp): Fix the description of
    'ls-lisp-verbosity'.  (Bug#38077)
---
 doc/emacs/msdos.texi | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi
index 55093a0..95b3d13 100644
--- a/doc/emacs/msdos.texi
+++ b/doc/emacs/msdos.texi
@@ -389,15 +389,16 @@ non-@code{nil} value.
 
 @vindex ls-lisp-verbosity
   The variable @code{ls-lisp-verbosity} controls the file attributes
-that @file{ls-lisp.el} displays.  The value should be a list that
-contains one or more of the symbols @code{links}, @code{uid}, and
-@code{gid}.  @code{links} means display the count of different file
-names that are associated with (a.k.a.@: @dfn{links to}) the file's
-data; this is only useful on NTFS volumes.  @code{uid} means display
-the numerical identifier of the user who owns the file.  @code{gid}
-means display the numerical identifier of the file owner's group.  The
-default value is @code{(links uid gid)} i.e., all the 3 optional
-attributes are displayed.
+that @file{ls-lisp.el} displays.  The value should be either
+@code{nil} or a list that contains one or more of the symbols
+@code{links}, @code{uid}, and @code{gid}.  @code{links} means display
+the count of different file names that are associated with (a.k.a.@:
+@dfn{links to}) the file's data; this is only useful on NTFS volumes.
+@code{uid} means display the numerical identifier of the user who owns
+the file.  @code{gid} means display the numerical identifier of the
+file owner's group.  The default value is @code{(links uid gid)} i.e.,
+all the 3 optional attributes are displayed.  The value @code{nil}
+means not to display any of these attributes.
 
 @vindex ls-lisp-emulation
   The variable @code{ls-lisp-emulation} controls the flavor of the



reply via email to

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