# HG changeset patch # User Richard M. Stallman # Date 823413174 0 # Node ID 7f49c41db1e81ecf753f3c69a9217673a7b276e0 # Parent 479987ba2c8d2fe93d0d82697bd6692c0144f1dc (Fread_char_exclusive): Doc fix. diff -r 479987ba2c8d -r 7f49c41db1e8 src/lread.c --- a/src/lread.c Sun Feb 04 03:00:25 1996 +0000 +++ b/src/lread.c Sun Feb 04 05:52:54 1996 +0000 @@ -246,6 +246,7 @@ get isn't an ASCII character with modifiers. If it's zero but ASCII_REQUIRED is non-zero, we just re-read until we get an ASCII character. */ + Lisp_Object read_filtered_event (no_switch_frame, ascii_required, error_nonascii) int no_switch_frame, ascii_required, error_nonascii; @@ -337,7 +338,7 @@ DEFUN ("read-char-exclusive", Fread_char_exclusive, Sread_char_exclusive, 0, 0, 0, "Read a character from the command input (keyboard or macro).\n\ -It is returned as a number. Non character events are ignored.") +It is returned as a number. Non-character events are ignored.") () { return read_filtered_event (1, 1, 0);