diff src/keyboard.c @ 1888:86ff3942d7e1

(Fopen_dribble_file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Feb 1993 04:14:25 +0000
parents 2cc82d6070e2
children 035c39b0b1b9
line wrap: on
line diff
--- 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;
 {