# HG changeset patch # User Richard M. Stallman # Date 1129915197 0 # Node ID 366f80f966cba1e91757179f55bfde8f2e4b2d91 # Parent dc2f1300400be0fdfa1f9a299f574d6f4e6b7aab (symbol-file): Doc fix. diff -r dc2f1300400b -r 366f80f966cb lisp/subr.el --- 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.