comparison src/fns.c @ 79868:9538ce91bacf

(use_file_dialog): Doc fix.
author Jason Rumney <jasonr@gnu.org>
date Thu, 17 Jan 2008 12:05:19 +0000
parents fc2bcd2a8aad
children 43afc0b27bc1 5d58981e6690
comparison
equal deleted inserted replaced
79867:f870fe63579a 79868:9538ce91bacf
5826 invoked by mouse clicks and mouse menu items. */); 5826 invoked by mouse clicks and mouse menu items. */);
5827 use_dialog_box = 1; 5827 use_dialog_box = 1;
5828 5828
5829 DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, 5829 DEFVAR_BOOL ("use-file-dialog", &use_file_dialog,
5830 doc: /* *Non-nil means mouse commands use a file dialog to ask for files. 5830 doc: /* *Non-nil means mouse commands use a file dialog to ask for files.
5831 This applies to commands from menus and tool bar buttons. The value of 5831 This applies to commands from menus and tool bar buttons even when
5832 `use-dialog-box' takes precedence over this variable, so a file dialog is only 5832 they are initiated from the keyboard. The value of `use-dialog-box'
5833 used if both `use-dialog-box' and this variable are non-nil. */); 5833 takes precedence over this variable, so a file dialog is only used if
5834 both `use-dialog-box' and this variable are non-nil. */);
5834 use_file_dialog = 1; 5835 use_file_dialog = 1;
5835 5836
5836 defsubr (&Sidentity); 5837 defsubr (&Sidentity);
5837 defsubr (&Srandom); 5838 defsubr (&Srandom);
5838 defsubr (&Slength); 5839 defsubr (&Slength);