emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: use-file-dialog should not apply to mouse in *Comple


From: Jason Rumney
Subject: Re: address@hidden: use-file-dialog should not apply to mouse in *Completions*]
Date: Mon, 03 Dec 2007 09:36:03 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Jason Rumney wrote:
> However, I think it is the documentation that needs fixing here to match
> the documentation of read-file-name.
>   

I propose the following change to make the documentation clearer for
this variable:


*** fns.c.~1.424.2.3.~    2007-09-24 16:28:57.750000000 +0100
--- fns.c    2007-12-03 09:34:13.187500000 +0000
***************
*** 5827,5836 ****
    use_dialog_box = 1;
 
    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.  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.  */);
    use_file_dialog = 1;
 
    defsubr (&Sidentity);
--- 5827,5838 ----
    use_dialog_box = 1;
 
    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.  */);
    use_file_dialog = 1;
 
    defsubr (&Sidentity);





reply via email to

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