changeset 1888:86ff3942d7e1

(Fopen_dribble_file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Feb 1993 04:14:25 +0000
parents ab56990c27c4
children 1ed971f67bfd
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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;
 {