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:
parent
692f86ad16
commit
9b2471dfa9
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue