comparison lisp/emacs-lisp/find-func.el @ 79573:d5a339d25938

(find-function-after-hook): Add :type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Dec 2007 22:35:10 +0000
parents a6f04138250e
children 78ee6fae0e41 cdd30283527d
comparison
equal deleted inserted replaced
79572:a55ab9b627cb 79573:d5a339d25938
133 133
134 (defcustom find-function-after-hook nil 134 (defcustom find-function-after-hook nil
135 "Hook run after finding symbol definition. 135 "Hook run after finding symbol definition.
136 136
137 See the functions `find-function' and `find-variable'." 137 See the functions `find-function' and `find-variable'."
138 :type 'hook
138 :group 'find-function 139 :group 'find-function
139 :version "20.3") 140 :version "20.3")
140 141
141 ;;; Functions: 142 ;;; Functions:
142 143