Mercurial > emacs
changeset 102284:54ac3994d290
* fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 26 Feb 2009 10:18:15 +0000 |
parents | 43221c2f4272 |
children | ece8e00c3763 |
files | src/ChangeLog src/fileio.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Feb 26 10:11:34 2009 +0000 +++ b/src/ChangeLog Thu Feb 26 10:18:15 2009 +0000 @@ -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
--- a/src/fileio.c Thu Feb 26 10:11:34 2009 +0000 +++ b/src/fileio.c Thu Feb 26 10:18:15 2009 +0000 @@ -5404,7 +5404,7 @@ 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)