X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6638d67cd23f5266274b6a15c0b0ae215a2505d2..7e31acf6b81fdce7258077645bc239767c484841:/doc/lispref/os.texi diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index cad5d7ec54..b63b932b4d 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -2001,20 +2001,11 @@ This function opens a @dfn{dribble file} named @var{filename}. When a dribble file is open, each input event from the keyboard or mouse (but not those from keyboard macros) is written in that file. A non-character event is expressed using its printed representation -surrounded by @samp{<@dots{}>}. +surrounded by @samp{<@dots{}>}. Be aware that sensitive information +(such as passwords) may end up recorded in the dribble file. You close the dribble file by calling this function with an argument of @code{nil}. - -This function is normally used to record the input necessary to -trigger an Emacs bug, for the sake of a bug report. - -@example -@group -(open-dribble-file "~/dribble") - @result{} nil -@end group -@end example @end deffn See also the @code{open-termscript} function (@pxref{Terminal Output}).