mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 20:37:38 +00:00
(read_minibuf): Fix comment.
This commit is contained in:
parent
8d77c0c832
commit
be76511435
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue