summaryrefslogtreecommitdiff
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-10-20 19:13:47 +0000
committerKarl Heuer <kwzh@gnu.org>1994-10-20 19:13:47 +0000
commitd09b20aac4d38c5973ae60a03300f8e0e717d28d (patch)
tree5d8418b711bba04370fc8e271ce00d93bd022a93 /src/minibuf.c
parentba76e1a0c5f48eadca31721ad0766bdd1f409e53 (diff)
downloademacs-d09b20aac4d38c5973ae60a03300f8e0e717d28d.tar.gz
(read_minibuf): Fix comment.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index f83e9ac8499..bd0b4c2c404 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -114,8 +114,7 @@ Lisp_Object read_minibuf ();
but if EXPFLAG is nonzero, read it and return the object read.
If HISTVAR is given, save the value read on that history only if it doesn't
match the front of that history list exactly. The value is pushed onto
- the list as the string that was read, or as the object that resulted iff
- EXPFLAG is nonzero. */
+ the list as the string that was read. */
Lisp_Object
read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos)