aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-21 17:19:57 +0000
committerRichard M. Stallman2005-10-21 17:19:57 +0000
commit6471aead181b526b0e030692e4000ca1afcaf33d (patch)
tree376abf251736bda5998dbd0ff92941f1f156fc32
parent1c11da91f818e6d54ed2bd7d4a24c020e60d91f0 (diff)
downloademacs-6471aead181b526b0e030692e4000ca1afcaf33d.tar.gz
emacs-6471aead181b526b0e030692e4000ca1afcaf33d.zip
(symbol-file): Doc fix.
-rw-r--r--lisp/subr.el4
1 files changed, 1 insertions, 3 deletions
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."
1017 1017
1018(defun symbol-file (symbol &optional type) 1018(defun symbol-file (symbol &optional type)
1019 "Return the input source in which SYMBOL was defined. 1019 "Return the input source in which SYMBOL was defined.
1020The value is normally a string that was passed to `load': 1020The value is an absolute file name.
1021either an absolute file name, or a library name
1022\(with no directory name and no `.el' or `.elc' at the end).
1023It can also be nil, if the definition is not associated with any file. 1021It can also be nil, if the definition is not associated with any file.
1024 1022
1025If TYPE is nil, then any kind of definition is acceptable. 1023If TYPE is nil, then any kind of definition is acceptable.