Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9b2471df
Commit
9b2471df
authored
Feb 19, 1993
by
Richard M. Stallman
Browse files
(Fopen_dribble_file): Doc fix.
parent
692f86ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/keyboard.c
src/keyboard.c
+2
-1
No files found.
src/keyboard.c
View file @
9b2471df
...
...
@@ -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
;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment