]> git.eshelyaron.com Git - emacs.git/commitdiff
* keyboard.c (Fopen_dribble_file): Document when the file is closed.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 18:34:54 +0000 (20:34 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 18:34:54 +0000 (20:34 +0200)
Fixes: debbugs:8056
src/ChangeLog
src/keyboard.c

index efc2956dd9dda6a403757fdaf8a2579272bc83a1..06280ccad88cd1f05f9e5be71f0a2e2d1d02d0ae 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * keyboard.c (Fopen_dribble_file): Document when the file is
+       closed (bug#8056).
+
 2011-07-14  Adam Sjøgren  <asjo@koldfront.dk>
 
        * data.c (car, cdr): add functionality hints to documentation.
index 16300e6154c86db3583fba7c722ac12fd1ac58da..a6fa90163c5dda3fc8132d6e39ed8a66fefeb43a 100644 (file)
@@ -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)