1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00

(Fopen_dribble_file): Doc fix.

This commit is contained in:
Richard M. Stallman 1993-02-19 04:14:25 +00:00
parent 692f86ad16
commit 9b2471dfa9

View file

@ -3726,7 +3726,8 @@ DEFUN ("recursion-depth", Frecursion_depth, Srecursion_depth, 0, 0, 0,
DEFUN ("open-dribble-file", Fopen_dribble_file, Sopen_dribble_file, 1, 1,
"FOpen dribble file: ",
"Start writing all keyboard characters to FILE.")
"Start writing all keyboard characters to a dribble file called FILE.\n\
If FILE is nil, close any open dribble file.")
(file)
Lisp_Object file;
{