emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105213: * keyboard.c (Fopen_dribble_


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105213: * keyboard.c (Fopen_dribble_file): Document when the file is closed.
Date: Thu, 14 Jul 2011 20:34:54 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105213
fixes bug(s): http://debbugs.gnu.org/8056
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 20:34:54 +0200
message:
  * keyboard.c (Fopen_dribble_file): Document when the file is closed.
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-14 18:29:19 +0000
+++ b/src/ChangeLog     2011-07-14 18:34:54 +0000
@@ -1,3 +1,8 @@
+2011-07-14  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * keyboard.c (Fopen_dribble_file): Document when the file is
+       closed (bug#8056).
+
 2011-07-14  Adam Sjøgren  <address@hidden>
 
        * data.c (car, cdr): add functionality hints to documentation.

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2011-07-02 23:40:04 +0000
+++ b/src/keyboard.c    2011-07-14 18:34:54 +0000
@@ -10643,7 +10643,8 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]