changeset 14483:7f49c41db1e8

(Fread_char_exclusive): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Feb 1996 05:52:54 +0000
parents 479987ba2c8d
children 6903f7c54083
files src/lread.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);