emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38077: closed (Error on texinfo documentation of variable 'ls-lisp-v


From: GNU bug Tracking System
Subject: bug#38077: closed (Error on texinfo documentation of variable 'ls-lisp-verbosity')
Date: Wed, 06 Nov 2019 17:25:02 +0000

Your message dated Wed, 06 Nov 2019 19:23:43 +0200
with message-id <address@hidden>
and subject line Re: bug#38077: Error on texinfo documentation of variable 
'ls-lisp-verbosity'
has caused the debbugs.gnu.org bug report #38077,
regarding Error on texinfo documentation of variable 'ls-lisp-verbosity'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38077: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38077
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Error on texinfo documentation of variable 'ls-lisp-verbosity' Date: Wed, 06 Nov 2019 00:01:05 +0100
Severity: documentation
Tags: patch

The info documentation fo ls-lisp-verbosity states that the value
contains 'one or more of the symbols', while the docstring says 'none or
more'. The empty list works ok, so it should be 'none'.


diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi
index 55093a080a..920af2cbf5 100644
--- a/doc/emacs/msdos.texi
+++ b/doc/emacs/msdos.texi
@@ -390,7 +390,7 @@ ls in Lisp
 @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
+contains none 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

-- 
Cecilio Pardo



--- End Message ---
--- Begin Message --- Subject: Re: bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity' Date: Wed, 06 Nov 2019 19:23:43 +0200
> From: Cecilio Pardo <address@hidden>
> Date: Wed, 06 Nov 2019 00:01:05 +0100
> 
> The info documentation fo ls-lisp-verbosity states that the value
> contains 'one or more of the symbols', while the docstring says 'none or
> more'. The empty list works ok, so it should be 'none'.

Thanks.  "None or more" sounds awkward, so I fixed this a bit
differently.


--- End Message ---

reply via email to

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