diff options
| author | Richard M. Stallman | 1993-02-19 04:14:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-02-19 04:14:25 +0000 |
| commit | 9b2471dfa9867cd987fe11e86c39b31bfcf72934 (patch) | |
| tree | 753bfffcba6f84320036a54789e6b49b2c87079b | |
| parent | 692f86ad16724ab397beee94d7886207f9c72728 (diff) | |
| download | emacs-9b2471dfa9867cd987fe11e86c39b31bfcf72934.tar.gz emacs-9b2471dfa9867cd987fe11e86c39b31bfcf72934.zip | |
(Fopen_dribble_file): Doc fix.
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index b20cd71d5dd..7bd2f1f2aea 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3726,7 +3726,8 @@ DEFUN ("recursion-depth", Frecursion_depth, Srecursion_depth, 0, 0, 0, | |||
| 3726 | 3726 | ||
| 3727 | DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1, | 3727 | DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1, |
| 3728 | "FOpen dribble file: ", | 3728 | "FOpen dribble file: ", |
| 3729 | "Start writing all keyboard characters to FILE.") | 3729 | "Start writing all keyboard characters to a dribble file called FILE.\n\ |
| 3730 | If FILE is nil, close any open dribble file.") | ||
| 3730 | (file) | 3731 | (file) |
| 3731 | Lisp_Object file; | 3732 | Lisp_Object file; |
| 3732 | { | 3733 | { |