aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2011-01-08 14:32:31 +0100
committerAndreas Schwab <[email protected]>2011-01-08 14:32:31 +0100
commit0d23ffb5f840ff2d4d7180fa959af067276c3c56 (patch)
treebfb921df2e9a7056e95e19b2e20374db1f5f3bc4 /src/fns.c
parent6c7ec17145ca8998bc74151bbe0d52e9b7f73a2f (diff)
* src/fns.c (Fyes_or_no_p): Add usage.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 3282b300f4..ddc193d85e 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1,7 +1,7 @@
/* Random utility Lisp functions.
Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010
+ 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -2468,7 +2468,8 @@ The user must confirm the answer with RET,
and can edit it until it has been confirmed.
Under a windowing system a dialog box will be used if `last-nonmenu-event'
-is nil, and `use-dialog-box' is non-nil. */)
+is nil, and `use-dialog-box' is non-nil.
+usage: (yes-or-no-p PROMPT &rest ARGS) */)
(int nargs, Lisp_Object *args)
{
register Lisp_Object ans;