mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
* fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
This commit is contained in:
parent
8e5a88405c
commit
1a0de25cad
@ -1,3 +1,7 @@
|
||||
2009-02-26 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
|
||||
|
||||
2009-02-25 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* lread.c (Fload): Stop checking Vloads_in_progress and signal
|
||||
|
@ -5404,7 +5404,7 @@ DEFUN ("next-read-file-uses-dialog-p", Fnext_read_file_uses_dialog_p,
|
||||
Snext_read_file_uses_dialog_p, 0, 0, 0,
|
||||
doc: /* Return t if a call to `read-file-name' will use a dialog.
|
||||
The return value is only relevant for a call to `read-file-name' that happens
|
||||
before any other event (mouse or keypress) is handeled. */)
|
||||
before any other event (mouse or keypress) is handled. */)
|
||||
()
|
||||
{
|
||||
#if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK)
|
||||
|
Loading…
Reference in New Issue
Block a user