(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

@ -1,3 +1,16 @@
2007-12-15 Richard Stallman <rms@gnu.org>
* emacs-lisp/find-func.el (find-function-after-hook): Add :type.
* info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook.
Use changed.
* startup.el (fancy-splash-help-echo): Var deleted.
(fancy-splash-insert): Get help-echo from (startup-echo-area-message).
(fancy-about-screen): Don't display fancy-splash-help-echo.
* menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
* progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.

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