]> code.delx.au - gnu-emacs/commitdiff
Manual fix for the dribble file
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 18:37:53 +0000 (20:37 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 14 Jul 2011 18:37:53 +0000 (20:37 +0200)
* trouble.texi (Checklist): Use an `M-x' example instead of an
Emacs Lisp form to switch on the dribble file.

Fixes: debbugs:8056
doc/emacs/ChangeLog
doc/emacs/trouble.texi

index e21a02f700f3bb3e2c1c05504b7e593e4b4adf5e..531bf206a80b7d0f65183f23618414c0fe0f6d3a 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * 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  <larsi@gnus.org>
 
        * custom.texi (Hooks): Mention buffer-local hooks (bug#6218).
index 28c0285cf03cb75957883dea08768b8c490f976f..4be892639fc0f6694e44730c6e4b46efee0fb034 100644 (file)
@@ -698,15 +698,8 @@ If at all possible, give a full recipe for an Emacs started with the
 @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
-
-@example
-(open-dribble-file "~/dribble")
-@end example
-
-@noindent
-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
+@key{RET}} command.  From then on, Emacs copies all your input to the
 specified dribble file until the Emacs process is killed.
 
 @item