summaryrefslogtreecommitdiff
path: root/lispref/minibuf.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2006-07-05 14:13:24 +0000
committerKarl Berry <karl@gnu.org>2006-07-05 14:13:24 +0000
commit42b506849af14c640c81fd2b52febb09dbb1f22a (patch)
treefc064926daef6501bd79a5522a3feaae8b41d95a /lispref/minibuf.texi
parent1f1584d4a8b0624b16e44a27f4903544f664a582 (diff)
downloademacs-42b506849af14c640c81fd2b52febb09dbb1f22a.tar.gz
fix overfull/underfull boxes
Diffstat (limited to 'lispref/minibuf.texi')
-rw-r--r--lispref/minibuf.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index 20a049f037b..0fffc8ef923 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -1199,8 +1199,9 @@ Variable name? @point{}
If the user then types @kbd{fill-p @key{RET}}, @code{read-variable}
returns @code{fill-prefix}.
-This function is similar to @code{read-command}, but uses the
-predicate @code{user-variable-p} instead of @code{commandp}:
+In general, @code{read-variable} is similar to @code{read-command},
+but uses the predicate @code{user-variable-p} instead of
+@code{commandp}:
@cindex @code{user-variable-p} example
@example
@@ -1237,7 +1238,7 @@ value of @var{existing} is neither @code{nil} nor @code{t}, then
@var{existing} is @code{nil}, then the name of a nonexistent file is
acceptable.
-The function @code{read-file-name} uses
+@code{read-file-name} uses
@code{minibuffer-local-filename-completion-map} as the keymap if
@var{existing} is @code{nil}, and uses
@code{minibuffer-local-must-match-filename-map} if @var{existing} is