all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'David Kastrup'" <dak@gnu.org>, <emacs-devel@gnu.org>
Subject: RE: Word usage
Date: Sun, 28 Nov 2010 08:36:31 -0800	[thread overview]
Message-ID: <0DD2CA23246747E0A66AA3DDBD4003E1@us.oracle.com> (raw)
In-Reply-To: <8739qlokab.fsf@lola.goethe.zz>

> In color.el, the doc strings frequently say something like
> "must be between [0,1]."
> 
> That is bad English.  Either you write "must be between 0 and 1
> inclusively." (which is less techno-babble), or you write "must be in
> [0,1]".  But a value can't be "between" an interval.  That is
> nonsensical.

And Emacs doc should definitely use the former, not the latter.  We should not
suppose that Emacs users are familiar with math notation beyond the most basic
(e.g. arithmetic or algebra).  There is no reason to expect general users to be
familiar with interval notation.

Another clear alternative for such a statement is "N, where 0 <= N <= 1".
Another is "N, where (and (<= 0 N) (<= N 1))", which speaks Emacs Lisp.




  reply	other threads:[~2010-11-28 16:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-28  9:43 Word usage David Kastrup
2010-11-28 16:36 ` Drew Adams [this message]
2010-11-28 18:52   ` Stefan Monnier
2010-11-28 19:15     ` Drew Adams
2010-12-10 19:08       ` Ted Zlatanov
2010-12-10 20:24         ` Drew Adams
2010-12-10 20:57           ` Ted Zlatanov
2010-12-10 21:40             ` Drew Adams
2010-12-10 21:56               ` Ted Zlatanov
2010-11-29  9:26 ` Julien Danjou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0DD2CA23246747E0A66AA3DDBD4003E1@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=dak@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.