Mercurial > hg > xemacs-beta
comparison man/xemacs/trouble.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
352 newline after the last line in the buffer (nothing ought to care whether | 352 newline after the last line in the buffer (nothing ought to care whether |
353 the last line is terminated, but tell that to the bugs). | 353 the last line is terminated, but tell that to the bugs). |
354 | 354 |
355 @findex open-dribble-file | 355 @findex open-dribble-file |
356 @cindex dribble file | 356 @cindex dribble file |
357 The easy way to record the input to Emacs precisely is to to write a | 357 The easy way to record the input to Emacs precisely is to write a |
358 dribble file; execute the Lisp expression: | 358 dribble file; execute the Lisp expression: |
359 | 359 |
360 @example | 360 @example |
361 (open-dribble-file "~/dribble") | 361 (open-dribble-file "~/dribble") |
362 @end example | 362 @end example |