Mercurial > emacs
changeset 9625:6ee76b67cbfa
(read_minibuf): Fix comment.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 20 Oct 1994 19:13:47 +0000 |
parents | 48854151266c |
children | e928e72d3342 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Thu Oct 20 19:11:29 1994 +0000 +++ b/src/minibuf.c Thu Oct 20 19:13:47 1994 +0000 @@ -114,8 +114,7 @@ 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)