diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-12-15 22:39:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-12-15 22:39:21 +0000 |
commit | d83b2f141513bad557e2cf0e7751e7cfdf1e975e (patch) | |
tree | fb020bcfb4ce4ae22f199145989c967fc2f80bba /lisp/emacs-lisp | |
parent | 274bcfe0da6a0fcd91088c09b60fa771bb1b591d (diff) | |
download | emacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.tar.gz emacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.tar.bz2 emacs-d83b2f141513bad557e2cf0e7751e7cfdf1e975e.zip |
(find-function-after-hook): Add :type.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/find-func.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index ede196721ae..fde70a173cc 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -135,6 +135,7 @@ See `find-function' and `find-variable'." "Hook run after finding symbol definition. See the functions `find-function' and `find-variable'." + :type 'hook :group 'find-function :version "20.3") |