Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.emacs.bug Subject: kill-emacs doc string should mention kill-emacs-hook Message-ID: <8901091950.AA03867@prep.ai.mit.edu> Date: 9 Jan 89 19:57:54 GMT Sender: news@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 The first thing the function kill-emacs does is to run the value of kill-emacs-hook if it exists. I have seen some packages that should be using this hook but instead redefine kill-emacs. This useful hook would get more use if it were mentioned in the doc string for kill-emacs. < Stephen