Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!BOURBAKI.MIT.EDU!drw From: drw@BOURBAKI.MIT.EDU Newsgroups: gnu.emacs.bug Subject: Error in documentation of 'kill-emacs' Message-ID: <9001190422.AA14945@borel.mit.edu> Date: 19 Jan 90 04:22:06 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 The documentation reads: kill-emacs: Exit the Emacs job and kill it. ARG means no query. If emacs is running noninteractively and ARG is an integer, return ARG as the exit program code. The last sentence should read "If ARG is an integer, return ARG as the exit program code", since the code at line 521 in emacs.c is always activated if the argument is an integer. Also, it should document that if ARG is a string, it is forced as pending terminal output. Dale