]> code.delx.au - gnu-emacs/blobdiff - src/fns.c
* xterm.c (xim_initialize): Always pass a copy of resource name
[gnu-emacs] / src / fns.c
index eb69ce128169092c21f0ee8ce13ea90eedd1fe11..7b3d41d5374fb82d194d9dbbb30bddf3e6d4382c 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -2425,7 +2425,8 @@ do_yes_or_no_p (Lisp_Object prompt)
 /* 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.