From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 05:15:31 +0000 (-0800) Subject: * minibuffer.el (read-file-name): Doc clarification. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd7aafbbf013a3153dd092889a10f00baa2f18ed;p=emacs.git * minibuffer.el (read-file-name): Doc clarification. Fixes: debbugs:15096 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b7ae9cbe66..0b005640250 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-08 Lars Ingebrigtsen + * minibuffer.el (read-file-name): Doc clarification (bug#15096). + * files.el (file-relative-name): Doc fix (bug#15159). * fringe.el (fringe-styles): Doc fix (bug#15239). diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 105075524bf..edc4c950104 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -2395,7 +2395,7 @@ such as making the current buffer visit no file in the case of (defun read-file-name (prompt &optional dir default-filename mustmatch initial predicate) "Read file name, prompting with PROMPT and completing in directory DIR. -Value is not expanded---you must call `expand-file-name' yourself. +The return value is not expanded---you must call `expand-file-name' yourself. DIR is the directory to use for completing relative file names. It should be an absolute directory name, or nil (which means the