diff lisp/subr.el @ 66286:366f80f966cb

(symbol-file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Oct 2005 17:19:57 +0000
parents bbff73cbd15c
children f754be327a7e 732c5740ca8f 0ca0d9181b5e
line wrap: on
line diff
--- a/lisp/subr.el	Fri Oct 21 17:19:10 2005 +0000
+++ b/lisp/subr.el	Fri Oct 21 17:19:57 2005 +0000
@@ -1017,9 +1017,7 @@
 
 (defun symbol-file (symbol &optional type)
   "Return the input source in which SYMBOL was defined.
-The value is normally a string that was passed to `load':
-either an absolute file name, or a library name
-\(with no directory name and no `.el' or `.elc' at the end).
+The value is an absolute file name.
 It can also be nil, if the definition is not associated with any file.
 
 If TYPE is nil, then any kind of definition is acceptable.