emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102789: * src/fns.c (Fyes_or_no_p):


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102789: * src/fns.c (Fyes_or_no_p): Add usage.
Date: Sat, 08 Jan 2011 14:32:31 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102789
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2011-01-08 14:32:31 +0100
message:
  * src/fns.c (Fyes_or_no_p): Add usage.
modified:
  src/ChangeLog
  src/fns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-01-08 02:41:14 +0000
+++ b/src/ChangeLog     2011-01-08 13:32:31 +0000
@@ -1,3 +1,7 @@
+2011-01-08  Andreas Schwab  <address@hidden>
+
+       * fns.c (Fyes_or_no_p): Add usage.
+
 2011-01-08  Glenn Morris  <address@hidden>
 
        * makefile.w32-in ($(EMACS)):

=== modified file 'src/fns.c'
--- a/src/fns.c 2011-01-07 17:34:02 +0000
+++ b/src/fns.c 2011-01-08 13:32:31 +0000
@@ -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 @@
 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;


reply via email to

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