emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src process.c


From: Juri Linkov
Subject: [Emacs-diffs] emacs/src process.c
Date: Sat, 18 Jul 2009 21:06:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/07/18 21:06:45

Modified files:
        src            : process.c 

Log message:
        (Fset_process_query_on_exit_flag): Mention killing
        a buffer in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/process.c?cvsroot=emacs&r1=1.589&r2=1.590

Patches:
Index: process.c
===================================================================
RCS file: /sources/emacs/emacs/src/process.c,v
retrieving revision 1.589
retrieving revision 1.590
diff -u -b -r1.589 -r1.590
--- process.c   28 Jun 2009 20:25:49 -0000      1.589
+++ process.c   18 Jul 2009 21:06:45 -0000      1.590
@@ -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;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]