1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

(Fprocess_kill_without_query): Doc fix.

This commit is contained in:
Richard M. Stallman 1994-02-08 07:26:28 +00:00
parent 525a87de9a
commit f2d2dbfe1c

View file

@ -760,7 +760,7 @@ See `set-process-sentinel' for more info on sentinels.")
DEFUN ("process-kill-without-query", Fprocess_kill_without_query,
Sprocess_kill_without_query, 1, 2, 0,
"Say no query needed if PROCESS is running when Emacs is exited.\n\
Optional second argument if non-nill says to require a query.\n\
Optional second argument if non-nil says to require a query.\n\
Value is t if a query was formerly required.")
(proc, value)
register Lisp_Object proc, value;