aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorGlenn Morris2014-07-12 10:53:29 -0700
committerGlenn Morris2014-07-12 10:53:29 -0700
commitb39c4d7b33952e0125fbefbcb3d9f528b6570f40 (patch)
tree17fd0630dacfe29b0c2486b9f5c923293e872a70 /src/w32fns.c
parent2a0bae50e3611a6bd2d584f7a85677b74f1aa71b (diff)
parentfb02552638b0c653bfc3d269d879fdffba37bd31 (diff)
downloademacs-b39c4d7b33952e0125fbefbcb3d9f528b6570f40.tar.gz
emacs-b39c4d7b33952e0125fbefbcb3d9f528b6570f40.zip
Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ru
Diffstat (limited to 'src/w32fns.c')
-rw-r--r--src/w32fns.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c
index def9d8acb7a..b76c81fdf1f 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -6394,7 +6394,11 @@ or directory must exist.
6394 6394
6395This function is only defined on NS, MS Windows, and X Windows with the 6395This function is only defined on NS, MS Windows, and X Windows with the
6396Motif or Gtk toolkits. With the Motif toolkit, ONLY-DIR-P is ignored. 6396Motif or Gtk toolkits. With the Motif toolkit, ONLY-DIR-P is ignored.
6397Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories. */) 6397Otherwise, if ONLY-DIR-P is non-nil, the user can only select directories.
6398On Windows 7 and later, the file selection dialog "remembers" the last
6399directory where the user selected a file, and will open that directory
6400instead of DIR on subsequent invocations of this function with the same
6401value of DIR as in previous invocations; this is standard Windows behavior. */)
6398 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p) 6402 (Lisp_Object prompt, Lisp_Object dir, Lisp_Object default_filename, Lisp_Object mustmatch, Lisp_Object only_dir_p)
6399{ 6403{
6400 /* Filter index: 1: All Files, 2: Directories only */ 6404 /* Filter index: 1: All Files, 2: Directories only */