emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116388: (Fyes_or_no_p): Doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116388: (Fyes_or_no_p): Doc fix
Date: Mon, 10 Feb 2014 06:05:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116388
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15456
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2014-02-09 22:04:39 -0800
message:
  (Fyes_or_no_p): Doc fix
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/fns.c                      fns.c-20091113204419-o5vbwnq5f7feedwu-203
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-02-10 05:55:53 +0000
+++ b/src/ChangeLog     2014-02-10 06:04:39 +0000
@@ -2,6 +2,7 @@
 
        * fns.c (Fmaphash): Say what `maphash' returns, since it may be
        unintuitive (bug#15824).
+       (Fyes_or_no_p): Doc fix (bug#15456).
 
 2014-02-10  Dmitry Antipov  <address@hidden>
 

=== modified file 'src/fns.c'
--- a/src/fns.c 2014-02-10 05:55:53 +0000
+++ b/src/fns.c 2014-02-10 06:04:39 +0000
@@ -2425,7 +2425,8 @@
 /* Anything that calls this function must protect from GC!  */
 
 DEFUN ("yes-or-no-p", Fyes_or_no_p, Syes_or_no_p, 1, 1, 0,
-       doc: /* Ask user a yes-or-no question.  Return t if answer is yes.
+       doc: /* Ask user a yes-or-no question.
+Return t if answer is yes, and nil if the answer is no.
 PROMPT is the string to display to ask the question.  It should end in
 a space; `yes-or-no-p' adds \"(yes or no) \" to it.
 


reply via email to

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