]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-function-after-hook): Add :type.
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Dec 2007 22:39:21 +0000 (22:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Dec 2007 22:39:21 +0000 (22:39 +0000)
lisp/ChangeLog
lisp/emacs-lisp/find-func.el

index 697fd4d3e3115c40c1602a6e9e697828b4eac621..1de9482c0415572476ec2632bba9f70889b45577 100644 (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.
index ede196721ae26d084f25ebc12529742c2fb36e51..fde70a173ccfa60a9e191bc4f78121ac8a0eaefb 100644 (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")