changeset 66286:366f80f966cb

(symbol-file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Oct 2005 17:19:57 +0000
parents dc2f1300400b
children 194343998a00
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
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.