comparison src/process.c @ 5846:1322c4daeda2

(Fprocess_kill_without_query): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 08 Feb 1994 07:26:28 +0000
parents 466bc8ef8e21
children ffe51baf2728
comparison
equal deleted inserted replaced
5845:d35b4a1a044c 5846:1322c4daeda2
758 } 758 }
759 759
760 DEFUN ("process-kill-without-query", Fprocess_kill_without_query, 760 DEFUN ("process-kill-without-query", Fprocess_kill_without_query,
761 Sprocess_kill_without_query, 1, 2, 0, 761 Sprocess_kill_without_query, 1, 2, 0,
762 "Say no query needed if PROCESS is running when Emacs is exited.\n\ 762 "Say no query needed if PROCESS is running when Emacs is exited.\n\
763 Optional second argument if non-nill says to require a query.\n\ 763 Optional second argument if non-nil says to require a query.\n\
764 Value is t if a query was formerly required.") 764 Value is t if a query was formerly required.")
765 (proc, value) 765 (proc, value)
766 register Lisp_Object proc, value; 766 register Lisp_Object proc, value;
767 { 767 {
768 Lisp_Object tem; 768 Lisp_Object tem;