]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuf.texi (Reading File Names): Fix introductory text.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 7 Jun 2009 20:45:49 +0000 (20:45 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 7 Jun 2009 20:45:49 +0000 (20:45 +0000)
Suggested by stan@derbycityprints.com.
(High-Level Completion): Fix typo.

doc/lispref/ChangeLog
doc/lispref/minibuf.texi

index a3b18d880a6bbcfbafa2d15a5ba2e980d15838f0..114b5db572cf62f6a45381ffa5c0cc93061c8b36 100644 (file)
@@ -1,3 +1,9 @@
+2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Reading File Names): Fix introductory text.
+       Suggested by stan@derbycityprints.com.
+       (High-Level Completion): Fix typo.
+
 2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
 
        * frames.texi (Text Terminal Colors): Multi-tty is already
index dbc4c0da33d1a8b23fafe6c2aceea0fcaca44eec..654cf1329b399af0f4c4ed4230c2aca6e732a861 100644 (file)
@@ -1317,7 +1317,7 @@ invalid color name was specified, this function signals an error,
 except that empty color names are allowed when @code{allow-empty} is
 non-@code{nil} and the user enters null input.
 
-Interactively, or when @var{display} is non-@code{nill}, the return
+Interactively, or when @var{display} is non-@code{nil}, the return
 value is also displayed in the echo area.
 @end deffn
 
@@ -1330,9 +1330,11 @@ and @code{read-input-method-name}, in @ref{Input Methods}.
 @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},
+@code{read-directory-name}, 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