aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-14 20:34:54 +0200
committerLars Magne Ingebrigtsen2011-07-14 20:34:54 +0200
commit6468f31c787a2208a9f5ca4e6dac4680be4a4694 (patch)
tree880f432af81b61061e20ac20f5f144032bc77cf5 /src/keyboard.c
parent00bef2baa1bbcaa3e7e06c7516929bad87a6337c (diff)
downloademacs-6468f31c787a2208a9f5ca4e6dac4680be4a4694.tar.gz
emacs-6468f31c787a2208a9f5ca4e6dac4680be4a4694.zip
* keyboard.c (Fopen_dribble_file): Document when the file is closed.
Fixes: debbugs:8056
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
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,
10643DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1, 10643DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1,
10644 "FOpen dribble file: ", 10644 "FOpen dribble file: ",
10645 doc: /* Start writing all keyboard characters to a dribble file called FILE. 10645 doc: /* Start writing all keyboard characters to a dribble file called FILE.
10646If FILE is nil, close any open dribble file. */) 10646If FILE is nil, close any open dribble file.
10647The file will be closed when Emacs exits. */)
10647 (Lisp_Object file) 10648 (Lisp_Object file)
10648{ 10649{
10649 if (dribble) 10650 if (dribble)