diff options
| author | Juri Linkov | 2009-07-18 21:07:12 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-07-18 21:07:12 +0000 |
| commit | 10be7e0dd90b6959573c9fc89854d38c3b0033c5 (patch) | |
| tree | f610c579e5c3673a0ba0649802ea9858635caa5a /src/process.c | |
| parent | d842b103324ce58ddb78cf6f5ced7800a488fcb3 (diff) | |
| download | emacs-10be7e0dd90b6959573c9fc89854d38c3b0033c5.tar.gz emacs-10be7e0dd90b6959573c9fc89854d38c3b0033c5.zip | |
(Fset_process_query_on_exit_flag): Mention killing
a buffer in docstring.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 058e20be03b..5b8a940b183 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1133,7 +1133,7 @@ DEFUN ("set-process-query-on-exit-flag", | |||
| 1133 | 2, 2, 0, | 1133 | 2, 2, 0, |
| 1134 | doc: /* Specify if query is needed for PROCESS when Emacs is exited. | 1134 | doc: /* Specify if query is needed for PROCESS when Emacs is exited. |
| 1135 | If the second argument FLAG is non-nil, Emacs will query the user before | 1135 | If the second argument FLAG is non-nil, Emacs will query the user before |
| 1136 | exiting if PROCESS is running. */) | 1136 | exiting or killing a buffer if PROCESS is running. */) |
| 1137 | (process, flag) | 1137 | (process, flag) |
| 1138 | register Lisp_Object process, flag; | 1138 | register Lisp_Object process, flag; |
| 1139 | { | 1139 | { |