emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116326: * minibuf.c (Fread_string): Doc clarificati


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116326: * minibuf.c (Fread_string): Doc clarification.
Date: Sat, 08 Feb 2014 04:24:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116326
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15422
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 20:23:25 -0800
message:
  * minibuf.c (Fread_string): Doc clarification.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/minibuf.c                  minibuf.c-20091113204419-o5vbwnq5f7feedwu-242
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-02-08 04:11:52 +0000
+++ b/src/ChangeLog     2014-02-08 04:23:25 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * minibuf.c (Fread_string): Doc clarification (bug#15422).
+
        * buffer.c (Fmake_overlay): Doc clarification (bug#15489).
 
 2014-02-08  Juanma Barranquero  <address@hidden>

=== modified file 'src/minibuf.c'
--- a/src/minibuf.c     2014-01-01 07:43:34 +0000
+++ b/src/minibuf.c     2014-02-08 04:23:25 +0000
@@ -965,9 +965,9 @@
 DEFUN ("read-string", Fread_string, Sread_string, 1, 5, 0,
        doc: /* Read a string from the minibuffer, prompting with string PROMPT.
 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
-  This argument has been superseded by DEFAULT-VALUE and should normally
-  be nil in new code.  It behaves as in `read-from-minibuffer'.  See the
-  documentation string of that function for details.
+  This argument has been superseded by DEFAULT-VALUE and should normally be nil
+  in new code.  It behaves as INITIAL-CONTENTS in `read-from-minibuffer' (which
+  see).
 The third arg HISTORY, if non-nil, specifies a history list
   and optionally the initial position in the list.
 See `read-from-minibuffer' for details of HISTORY argument.


reply via email to

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