Mercurial > emacs
diff src/process.c @ 103972:2e99121a6895
(Fset_process_query_on_exit_flag): Mention killing
a buffer in docstring.
| author | Juri Linkov <juri@jurta.org> |
|---|---|
| date | Sat, 18 Jul 2009 21:06:45 +0000 |
| parents | 444861df76cd |
| children | a577041a0370 |
line wrap: on
line diff
--- a/src/process.c Sat Jul 18 21:06:04 2009 +0000 +++ b/src/process.c Sat Jul 18 21:06:45 2009 +0000 @@ -1133,7 +1133,7 @@ 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; {
