diff lispref/minibuf.texi @ 16736:981e116b4ac6

Minor cleanups for overfull hboxes.
author Richard M. Stallman <rms@gnu.org>
date Fri, 20 Dec 1996 00:09:23 +0000
parents 75913ae7ac7e
children 66d807bdc5b4
line wrap: on
line diff
--- a/lispref/minibuf.texi	Fri Dec 20 00:01:41 1996 +0000
+++ b/lispref/minibuf.texi	Fri Dec 20 00:09:23 1996 +0000
@@ -861,9 +861,9 @@
 If the user types @kbd{forward-c @key{RET}}, then this function returns
 @code{forward-char}.
 
-The @code{read-command} function is a simplified interface to the
-function @code{completing-read}.  It uses the variable @code{obarray} so
-as to complete in the set of extant Lisp symbols, and it uses the
+The @code{read-command} function is a simplified interface to
+@code{completing-read}.  It uses the variable @code{obarray} so as to
+complete in the set of extant Lisp symbols, and it uses the
 @code{commandp} predicate so as to accept only command names:
 
 @cindex @code{commandp} example