From 9b2471dfa9867cd987fe11e86c39b31bfcf72934 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 19 Feb 1993 04:14:25 +0000 Subject: [PATCH] (Fopen_dribble_file): Doc fix. --- src/keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index b20cd71d5dd..7bd2f1f2aea 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3726,7 +3726,8 @@ DEFUN ("recursion-depth", Frecursion_depth, Srecursion_depth, 0, 0, 0, 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; {