emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog fns.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src ChangeLog fns.c
Date: Sat, 12 Sep 2009 01:30:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/09/12 01:30:53

Modified files:
        src            : ChangeLog fns.c 

Log message:
        * fns.c (syms_of_fns): Doc fix (Bug#4227).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7743&r2=1.7744
http://cvs.savannah.gnu.org/viewcvs/emacs/src/fns.c?cvsroot=emacs&r1=1.459&r2=1.460

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7743
retrieving revision 1.7744
diff -u -b -r1.7743 -r1.7744
--- ChangeLog   12 Sep 2009 01:21:30 -0000      1.7743
+++ ChangeLog   12 Sep 2009 01:30:51 -0000      1.7744
@@ -1,3 +1,7 @@
+2009-09-12  Chong Yidong  <address@hidden>
+
+       * fns.c (syms_of_fns): Doc fix (Bug#4227).
+
 2009-09-12  Stefan Monnier  <address@hidden>
 
        * keymap.c (Fwhere_is_internal): Use nconc2.

Index: fns.c
===================================================================
RCS file: /sources/emacs/emacs/src/fns.c,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -b -r1.459 -r1.460
--- fns.c       17 Aug 2009 01:25:58 -0000      1.459
+++ fns.c       12 Sep 2009 01:30:53 -0000      1.460
@@ -5251,9 +5251,9 @@
   DEFVAR_BOOL ("use-file-dialog", &use_file_dialog,
     doc: /* *Non-nil means mouse commands use a file dialog to ask for files.
 This applies to commands from menus and tool bar buttons even when
-they are initiated from the keyboard.  The value of `use-dialog-box'
-takes precedence over this variable, so a file dialog is only used if
-both `use-dialog-box' and this variable are non-nil.  */);
+they are initiated from the keyboard.  If `use-dialog-box' is nil,
+that disables the use of a file dialog, regardless of the value of
+this variable.  */);
   use_file_dialog = 1;
 
   defsubr (&Sidentity);




reply via email to

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