diff options
| author | Karl Heuer | 1994-10-20 19:13:47 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-20 19:13:47 +0000 |
| commit | be76511435d831ab62858740ebc5e897ba996ebd (patch) | |
| tree | cf52be1f643b54cf3e4e40cacc6448d44c63e21a /src | |
| parent | 8d77c0c832139c0677b104e68d74d1a057f410fe (diff) | |
| download | emacs-be76511435d831ab62858740ebc5e897ba996ebd.tar.gz emacs-be76511435d831ab62858740ebc5e897ba996ebd.zip | |
(read_minibuf): Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 3 |
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 (); | |||
| 114 | but if EXPFLAG is nonzero, read it and return the object read. | 114 | but if EXPFLAG is nonzero, read it and return the object read. |
| 115 | If HISTVAR is given, save the value read on that history only if it doesn't | 115 | If HISTVAR is given, save the value read on that history only if it doesn't |
| 116 | match the front of that history list exactly. The value is pushed onto | 116 | match the front of that history list exactly. The value is pushed onto |
| 117 | the list as the string that was read, or as the object that resulted iff | 117 | the list as the string that was read. */ |
| 118 | EXPFLAG is nonzero. */ | ||
| 119 | 118 | ||
| 120 | Lisp_Object | 119 | Lisp_Object |
| 121 | read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos) | 120 | read_minibuf (map, initial, prompt, backup_n, expflag, histvar, histpos) |