From 6468f31c787a2208a9f5ca4e6dac4680be4a4694 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 14 Jul 2011 20:34:54 +0200 Subject: * keyboard.c (Fopen_dribble_file): Document when the file is closed. Fixes: debbugs:8056 --- src/ChangeLog | 5 +++++ src/keyboard.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index efc2956dd9d..06280ccad88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-07-14 Lars Magne Ingebrigtsen + + * keyboard.c (Fopen_dribble_file): Document when the file is + closed (bug#8056). + 2011-07-14 Adam Sjøgren * data.c (car, cdr): add functionality hints to documentation. diff --git a/src/keyboard.c b/src/keyboard.c index 16300e6154c..a6fa90163c5 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10643,7 +10643,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: ", doc: /* Start writing all keyboard characters to a dribble file called FILE. -If FILE is nil, close any open dribble file. */) +If FILE is nil, close any open dribble file. +The file will be closed when Emacs exits. */) (Lisp_Object file) { if (dribble) -- cgit v1.2.1