diff options
| author | Lars Magne Ingebrigtsen | 2011-07-14 20:37:53 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-14 20:37:53 +0200 |
| commit | fb23ecc296a8146d4c00066049edc0c2e680c101 (patch) | |
| tree | 445e31d3e8f9094182846fb1847099e154e5b74a | |
| parent | 6468f31c787a2208a9f5ca4e6dac4680be4a4694 (diff) | |
| download | emacs-fb23ecc296a8146d4c00066049edc0c2e680c101.tar.gz emacs-fb23ecc296a8146d4c00066049edc0c2e680c101.zip | |
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.
Fixes: debbugs:8056
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e21a02f700f..531bf206a80 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * trouble.texi (Checklist): Use an `M-x' example instead of an | ||
| 4 | Emacs Lisp form to switch on the dribble file (bug#8056). | ||
| 5 | |||
| 1 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * custom.texi (Hooks): Mention buffer-local hooks (bug#6218). | 8 | * custom.texi (Hooks): Mention buffer-local hooks (bug#6218). |
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 28c0285cf03..4be892639fc 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -698,15 +698,8 @@ If at all possible, give a full recipe for an Emacs started with the | |||
| 698 | @cindex dribble file | 698 | @cindex dribble file |
| 699 | @cindex logging keystrokes | 699 | @cindex logging keystrokes |
| 700 | One way to record the input to Emacs precisely is to write a dribble | 700 | One way to record the input to Emacs precisely is to write a dribble |
| 701 | file. To start the file, execute the Lisp expression | 701 | file. To start the file, use the @kbd{M-x open-dribble-file |
| 702 | 702 | @key{RET}} command. From then on, Emacs copies all your input to the | |
| 703 | @example | ||
| 704 | (open-dribble-file "~/dribble") | ||
| 705 | @end example | ||
| 706 | |||
| 707 | @noindent | ||
| 708 | using @kbd{M-:} or from the @samp{*scratch*} buffer just after | ||
| 709 | starting Emacs. From then on, Emacs copies all your input to the | ||
| 710 | specified dribble file until the Emacs process is killed. | 703 | specified dribble file until the Emacs process is killed. |
| 711 | 704 | ||
| 712 | @item | 705 | @item |