emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116330: * minibuffer.el (read-file-name): Doc clari


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116330: * minibuffer.el (read-file-name): Doc clarification.
Date: Sat, 08 Feb 2014 05:16:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116330
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15096
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 21:15:31 -0800
message:
  * minibuffer.el (read-file-name): Doc clarification.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/minibuffer.el             
minibuffer.el-20091113204419-o5vbwnq5f7feedwu-8622
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 04:53:52 +0000
+++ b/lisp/ChangeLog    2014-02-08 05:15:31 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * 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).

=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2014-02-06 01:22:38 +0000
+++ b/lisp/minibuffer.el        2014-02-08 05:15:31 +0000
@@ -2395,7 +2395,7 @@
 
 (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]