(Fset_process_query_on_exit_flag): Mention killing
authorJuri Linkov <juri@jurta.org>
Sat, 18 Jul 2009 21:07:12 +0000 (21:07 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 18 Jul 2009 21:07:12 +0000 (21:07 +0000)
a buffer in docstring.

src/ChangeLog
src/process.c

index 7446856..05b7097 100644 (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.
index 058e20b..5b8a940 100644 (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;
 {