# HG changeset patch # User Richard M. Stallman # Date 730095265 0 # Node ID 86ff3942d7e1a21f1ba5adada6d0c98f271f5e44 # Parent ab56990c27c413fa832d5bc053307fcbe3a3e4f3 (Fopen_dribble_file): Doc fix. diff -r ab56990c27c4 -r 86ff3942d7e1 src/keyboard.c --- a/src/keyboard.c Thu Feb 18 06:26:16 1993 +0000 +++ b/src/keyboard.c Fri Feb 19 04:14:25 1993 +0000 @@ -3726,7 +3726,8 @@ DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1, "FOpen dribble file: ", - "Start writing all keyboard characters to FILE.") + "Start writing all keyboard characters to a dribble file called FILE.\n\ +If FILE is nil, close any open dribble file.") (file) Lisp_Object file; {