unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity'
@ 2019-11-05 23:01 Cecilio Pardo
  2019-11-06 17:23 ` Eli Zaretskii
  2019-11-07  4:39 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Cecilio Pardo @ 2019-11-05 23:01 UTC (permalink / raw)
  To: 38077


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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity'
  2019-11-05 23:01 bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity' Cecilio Pardo
@ 2019-11-06 17:23 ` Eli Zaretskii
  2019-11-07  4:39 ` Richard Stallman
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-11-06 17:23 UTC (permalink / raw)
  To: Cecilio Pardo; +Cc: 38077-done

> From: Cecilio Pardo <cpardo@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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity'
  2019-11-05 23:01 bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity' Cecilio Pardo
  2019-11-06 17:23 ` Eli Zaretskii
@ 2019-11-07  4:39 ` Richard Stallman
  2019-11-07 14:29   ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Stallman @ 2019-11-07  4:39 UTC (permalink / raw)
  To: Cecilio Pardo; +Cc: 38077

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

"None or more" sounds very strange in English.  It is better to say 
"zero or more".

"A list of zero or more of the following symbols:"

-- 
Dr Richard Stallman
Founder, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)







^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity'
  2019-11-07  4:39 ` Richard Stallman
@ 2019-11-07 14:29   ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-11-07 14:29 UTC (permalink / raw)
  To: rms; +Cc: cpardo, 38077

> From: Richard Stallman <rms@gnu.org>
> Date: Wed, 06 Nov 2019 23:39:43 -0500
> Cc: 38077@debbugs.gnu.org
> 
> "None or more" sounds very strange in English.  It is better to say 
> "zero or more".
> 
> "A list of zero or more of the following symbols:"

Yes, but I preferred to say "nil" instead of "list of zero symbols".
This is a user manual, not an ELisp manual, so we shouldn't assume
every reader knows they are equivalent.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-07 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 23:01 bug#38077: Error on texinfo documentation of variable 'ls-lisp-verbosity' Cecilio Pardo
2019-11-06 17:23 ` Eli Zaretskii
2019-11-07  4:39 ` Richard Stallman
2019-11-07 14:29   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).