1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-13 01:20:28 -08:00

(find-function-after-hook): Add :type.

This commit is contained in:
Richard M. Stallman 2007-12-15 22:39:21 +00:00
parent 274bcfe0da
commit d83b2f1415
2 changed files with 14 additions and 0 deletions

View file

@ -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")