emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105214: Manual fix for the dribble f


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105214: Manual fix for the dribble file
Date: Thu, 14 Jul 2011 20:37:53 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105214
fixes bug(s): http://debbugs.gnu.org/8056
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Thu 2011-07-14 20:37:53 +0200
message:
  Manual fix for the dribble file
  
  * trouble.texi (Checklist): Use an `M-x' example instead of an
  Emacs Lisp form to switch on the dribble file.
modified:
  doc/emacs/ChangeLog
  doc/emacs/trouble.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-07-13 21:38:56 +0000
+++ b/doc/emacs/ChangeLog       2011-07-14 18:37:53 +0000
@@ -1,3 +1,8 @@
+2011-07-14  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * trouble.texi (Checklist): Use an `M-x' example instead of an
+       Emacs Lisp form to switch on the dribble file (bug#8056).
+
 2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
 
        * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).

=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi    2011-05-17 02:26:56 +0000
+++ b/doc/emacs/trouble.texi    2011-07-14 18:37:53 +0000
@@ -698,15 +698,8 @@
 @cindex dribble file
 @cindex logging keystrokes
 One way to record the input to Emacs precisely is to write a dribble
-file.  To start the file, execute the Lisp expression
-
address@hidden
-(open-dribble-file "~/dribble")
address@hidden example
-
address@hidden
-using @kbd{M-:} or from the @samp{*scratch*} buffer just after
-starting Emacs.  From then on, Emacs copies all your input to the
+file.  To start the file, use the @kbd{M-x open-dribble-file
address@hidden command.  From then on, Emacs copies all your input to the
 specified dribble file until the Emacs process is killed.
 
 @item


reply via email to

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