emacs-devel
[Top][All Lists]
Advanced

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

y-or-n-p does not add "(y or n)"


From: Juanma Barranquero
Subject: y-or-n-p does not add "(y or n)"
Date: Mon, 13 Sep 2010 18:43:40 +0200

Didn't this

  2010-09-12  Stefan Monnier  <address@hidden>

          * subr.el (y-or-n-p): New function, moved from src/fns.c.
Use read-key.

forgot to implement this part?

  The argument PROMPT is the string to display to ask the question.
  It should end in a space; `y-or-n-p' adds `(y or n) ' to it.

At least,

  M-: (y-or-n-p "My question ") <RET>

does not add "(y or n)" in my tests.

    Juanma



reply via email to

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