diff options
author | Masatake YAMATO <jet@gyve.org> | 2005-05-30 18:06:02 +0000 |
---|---|---|
committer | Masatake YAMATO <jet@gyve.org> | 2005-05-30 18:06:02 +0000 |
commit | 6dfa731f20bc5702c88f99297e60e41f1e27cbea (patch) | |
tree | 76bde4e676d315ea982a048ae45d4efbd879112b /lisp/help-fns.el | |
parent | e9bd5782648b11fce3900f34c14ddea46394e501 (diff) | |
download | emacs-6dfa731f20bc5702c88f99297e60e41f1e27cbea.tar.gz |
* emacs-lisp/find-func.el (find-function-noselect): Handle
subroutines.
* help-fns.el (help-C-file-name): Added autoload mark for
`find-function-noselect'.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index c11aaf6da76..b5e22bf1855 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -224,7 +224,7 @@ ARGLIST can also be t or a string of the form \"(FUN ARG1 ARG2 ...)\"." ;;; (symbol-file (if (symbolp subr-or-var) subr-or-var ;;; (subr-name subr-or-var)) ;;; (if (eq kind 'var) 'defvar 'defun))) - +;;;###autoload (defun help-C-file-name (subr-or-var kind) "Return the name of the C file where SUBR-OR-VAR is defined. KIND should be `var' for a variable or `subr' for a subroutine." |