emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog minibuf.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog minibuf.texi
Date: Sun, 07 Jun 2009 20:45:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/06/07 20:45:49

Modified files:
        doc/lispref    : ChangeLog minibuf.texi 

Log message:
        * minibuf.texi (Reading File Names): Fix introductory text.
        Suggested by address@hidden
        (High-Level Completion): Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.286&r2=1.287
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/minibuf.texi?cvsroot=emacs&r1=1.23&r2=1.24

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -b -r1.286 -r1.287
--- ChangeLog   28 May 2009 13:30:46 -0000      1.286
+++ ChangeLog   7 Jun 2009 20:45:49 -0000       1.287
@@ -1,3 +1,9 @@
+2009-06-07  Chong Yidong  <address@hidden>
+
+       * minibuf.texi (Reading File Names): Fix introductory text.
+       Suggested by address@hidden
+       (High-Level Completion): Fix typo.
+
 2009-05-28  Chong Yidong  <address@hidden>
 
        * frames.texi (Text Terminal Colors): Multi-tty is already

Index: minibuf.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/minibuf.texi,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- minibuf.texi        21 May 2009 15:31:33 -0000      1.23
+++ minibuf.texi        7 Jun 2009 20:45:49 -0000       1.24
@@ -1317,7 +1317,7 @@
 except that empty color names are allowed when @code{allow-empty} is
 address@hidden and the user enters null input.
 
-Interactively, or when @var{display} is address@hidden, the return
+Interactively, or when @var{display} is address@hidden, the return
 value is also displayed in the echo area.
 @end deffn
 
@@ -1330,9 +1330,11 @@
 @cindex read file names
 @cindex prompt for file name
 
-  Here is a couple of other high-level completion functions, designed
-for reading file names and shell commands.  They provide special
-features including automatic insertion of the default directory.
+  The high-level completion functions @code{read-file-name},
address@hidden, and @code{read-shell-command} are designed
+to read file names, directory names, and shell commands respectively.
+They provide special features, including automatic insertion of the
+default directory.
 
 @defun read-file-name prompt &optional directory default require-match initial 
predicate
 This function reads a file name in the minibuffer, prompting with




reply via email to

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