]> code.delx.au - gnu-emacs/blobdiff - lisp/ediff-hook.el
Minor fixes for text of help-echo in some options.
[gnu-emacs] / lisp / ediff-hook.el
index e315930ad37c28ba01dd3f06d88139e89c7fad31..33c3e4a05c7e7d52acd768583210ed092cfbfd33 100644 (file)
@@ -21,6 +21,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;   These must be placed in menu-bar.el in Emacs
@@ -62,8 +64,7 @@
          (add-submenu
           '("Tools") ediff-misc-menu "OO-Browser...")
          (add-menu-button
-          '("Tools")
-          ["-------" nil nil] "OO-Browser...")
+          '("Tools") "-------" "OO-Browser...")
          ))))
 
 
 
 (provide 'ediff-hook)
 
-
 ;;; ediff-hook.el ends here