aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJuri Linkov2009-07-18 21:07:12 +0000
committerJuri Linkov2009-07-18 21:07:12 +0000
commit10be7e0dd90b6959573c9fc89854d38c3b0033c5 (patch)
treef610c579e5c3673a0ba0649802ea9858635caa5a /src/process.c
parentd842b103324ce58ddb78cf6f5ced7800a488fcb3 (diff)
downloademacs-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.c2
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.
1135If the second argument FLAG is non-nil, Emacs will query the user before 1135If the second argument FLAG is non-nil, Emacs will query the user before
1136exiting if PROCESS is running. */) 1136exiting 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{