From: Richard M. Stallman Date: Fri, 21 Oct 2005 17:19:57 +0000 (+0000) Subject: (symbol-file): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~6427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6471aead181b526b0e030692e4000ca1afcaf33d;p=emacs.git (symbol-file): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 7bebfd30c04..32ee6f987b7 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1017,9 +1017,7 @@ The return value is the new value of LIST-VAR." (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.