aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2012-02-13 17:46:43 -0500
committerGlenn Morris2012-02-13 17:46:43 -0500
commit2605051a7f2cb2dbae1a87a34940cc38c682eb1d (patch)
tree36906545645166548ac97438f798e6a407869d0a /src
parent20d6487ebbe0f04072c741e29f06d0132e282ff9 (diff)
downloademacs-2605051a7f2cb2dbae1a87a34940cc38c682eb1d.tar.gz
emacs-2605051a7f2cb2dbae1a87a34940cc38c682eb1d.zip
* lisp/minibuffer.el (read-file-name): Doc fix. (Bug#10798)
* src/gtkutil.c: Related comment.
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index f7983fdd5a4..1ed5833bd5c 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1741,8 +1741,9 @@ xg_toggle_notify_cb (GObject *gobject, GParamSpec *arg1, gpointer user_data)
1741 PROMPT is a prompt to show to the user. May not be NULL. 1741 PROMPT is a prompt to show to the user. May not be NULL.
1742 DEFAULT_FILENAME is a default selection to be displayed. May be NULL. 1742 DEFAULT_FILENAME is a default selection to be displayed. May be NULL.
1743 If MUSTMATCH_P is non-zero, the returned file name must be an existing 1743 If MUSTMATCH_P is non-zero, the returned file name must be an existing
1744 file. *FUNC is set to a function that can be used to retrieve the 1744 file. (Actually, this only has cosmetic effects, the user can
1745 selected file name from the returned widget. 1745 still enter a non-existing file.) *FUNC is set to a function that
1746 can be used to retrieve the selected file name from the returned widget.
1746 1747
1747 Returns the created widget. */ 1748 Returns the created widget. */
1748 1749