GNU bug report logs - #38077
Error on texinfo documentation of variable 'ls-lisp-verbosity'

Previous Next

Package: emacs;

Reported by: Cecilio Pardo <cpardo <at> imayhem.com>

Date: Tue, 5 Nov 2019 23:02:02 UTC

Severity: minor

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#38077: closed (Error on texinfo documentation of variable
 'ls-lisp-verbosity')
Date: Wed, 06 Nov 2019 17:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 06 Nov 2019 19:23:43 +0200
with message-id <83woccgbq8.fsf <at> gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
38077: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38077
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cecilio Pardo <cpardo <at> imayhem.com>
To: bug-gnu-emacs <at> gnu.org
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


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Cecilio Pardo <cpardo <at> imayhem.com>
Cc: 38077-done <at> debbugs.gnu.org
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 <cpardo <at> imayhem.com>
> 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.


This bug report was last modified 5 years and 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.