Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!hao!noao!arizona!gudeman From: gudeman@arizona.edu (David Gudeman) Newsgroups: comp.emacs Subject: Re: Improvement Suggestion for Gnu Emacs online documentation Message-ID: <1870@megaron.arizona.edu> Date: Fri, 7-Aug-87 17:17:07 EDT Article-I.D.: megaron.1870 Posted: Fri Aug 7 17:17:07 1987 Date-Received: Sun, 9-Aug-87 07:31:06 EDT References: <8708071405.AA13427@yale-celray.arpa> Organization: U of Arizona CS Dept, Tucson Lines: 6 In-reply-to: ram-ashwin@YALE.ARPA's message of 7 Aug 87 14:05:33 GMT Another thing that would be useful is a way to find out where a function came from, i.e.: (where-from 'dired) => "/lisp/dired.elc" (load-file "~/mydired.el") (where-from 'dired) => "~/mydired.el"