Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!RELAY.NSWC.NAVY.MIL!dsill From: dsill@RELAY.NSWC.NAVY.MIL Newsgroups: gnu.emacs.bug Subject: trivial doc string inconsistancy Message-ID: <8903211713.AA23767@prep.ai.mit.edu> Date: 21 Mar 89 17:39:53 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 The doc string for `interactive' includes a sample defun of a function called `fun' that is called `foo' on the next line: interactive: Specify a way of parsing arguments for interactive use of a function. For example, write (defun fun (arg) "Doc string" (interactive "p") ...use arg...) to make arg be the prefix numeric argument when foo is called as a command. : :