1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(Fset_process_query_on_exit_flag): Mention killing

a buffer in docstring.
This commit is contained in:
Juri Linkov 2009-07-18 21:07:12 +00:00
parent d842b10332
commit 10be7e0dd9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-07-18 Juri Linkov <juri@jurta.org>
* process.c (Fset_process_query_on_exit_flag): Mention killing
a buffer in docstring.
2009-07-17 Kenichi Handa <handa@m17n.org>
* casetab.c (shuffle): Fix the logic of setting up the cycle.

View File

@ -1133,7 +1133,7 @@ DEFUN ("set-process-query-on-exit-flag",
2, 2, 0,
doc: /* Specify if query is needed for PROCESS when Emacs is exited.
If the second argument FLAG is non-nil, Emacs will query the user before
exiting if PROCESS is running. */)
exiting or killing a buffer if PROCESS is running. */)
(process, flag)
register Lisp_Object process, flag;
{