emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/minibuf.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Sat, 23 Sep 2006 21:05:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/09/23 21:05:12

Index: minibuf.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/minibuf.c,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -b -r1.309 -r1.310
--- minibuf.c   2 Sep 2006 17:37:26 -0000       1.309
+++ minibuf.c   23 Sep 2006 21:05:12 -0000      1.310
@@ -1021,7 +1021,7 @@
 Prompt with PROMPT.  If non-nil, optional second arg INITIAL-CONTENTS
 is a string to insert in the minibuffer before reading.
 \(INITIAL-CONTENTS can also be a cons of a string and an integer.  Such
-arguments are used as in `read-from-minibuffer')  */)
+arguments are used as in `read-from-minibuffer'.)  */)
      (prompt, initial_contents)
      Lisp_Object prompt, initial_contents;
 {




reply via email to

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