emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 21 Oct 2005 13:19:57 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.479 emacs/lisp/subr.el:1.480
*** emacs/lisp/subr.el:1.479    Sat Sep 24 10:40:13 2005
--- emacs/lisp/subr.el  Fri Oct 21 17:19:57 2005
***************
*** 1017,1025 ****
  
  (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).
  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.
--- 1017,1023 ----
  
  (defun symbol-file (symbol &optional type)
    "Return the input source in which SYMBOL was defined.
! 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]