GNU bug report logs -
#38077
Error on texinfo documentation of variable 'ls-lisp-verbosity'
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity'
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 38077 <at> debbugs.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>
> 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.
[Message part 3 (message/rfc822, inline)]
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
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.