]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuffer.el (read-file-name): Doc clarification.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 05:15:31 +0000 (21:15 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 05:15:31 +0000 (21:15 -0800)
Fixes: debbugs:15096
lisp/ChangeLog
lisp/minibuffer.el

index 3b7ae9cbe661dcd4e0f99dbd8301024637187230..0b00564025020aa492a04af80ca095324ee16f5d 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * 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).
index 105075524bf7245002ed16e50cd44caafd478fc0..edc4c950104b60d2ac1e3da5037cc45d75c26f20 100644 (file)
@@ -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