]> git.eshelyaron.com Git - emacs.git/commitdiff
(emacs-lisp-mode-map): Add ... where
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 22 Mar 2008 17:51:17 +0000 (17:51 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 22 Mar 2008 17:51:17 +0000 (17:51 +0000)
appropriate.

lisp/ChangeLog
lisp/emacs-lisp/lisp-mode.el

index 353bf47b5e8e7bd3235211b0f4809fec7ec60ff0..9573f31e79033cdde7592cddc0fac00f0e669744 100644 (file)
@@ -1,3 +1,8 @@
+2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
+       appropriate.
+
 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
 
        * vc-git.el (vc-git--empty-db-p)
index 1d551e0eae26f8942ee2b366f60043a57121fad0..29552a7dcd852e84c0e9eb2596be267efa6d494a 100644 (file)
       '(menu-item "Remove Instrumentation for All Functions" elp-restore-all
                  :help "Restore the original definitions of all functions being profiled"))
     (define-key prof-map [prof-restfunc]
-      '(menu-item "Remove Instrumentation for Function" elp-restore-function
+      '(menu-item "Remove Instrumentation for Function..." elp-restore-function
                  :help "Restore an instrumented function to its original definition"))
 
     (define-key prof-map [sep-rem] '("--"))
       '(menu-item "Reset Counters for All Functions" elp-reset-all
                  :help "Reset the profiling information for all functions being profiled"))
     (define-key prof-map [prof-resfunc]
-      '(menu-item "Reset Counters for Function" elp-reset-function
+      '(menu-item "Reset Counters for Function..." elp-reset-function
                  :help "Reset the profiling information for a function"))
     (define-key prof-map [prof-res]
       '(menu-item "Show Profiling Results" elp-results
                  :help "Display current profiling results"))
     (define-key prof-map [prof-pack]
-      '(menu-item "Instrument Package" elp-instrument-package
+      '(menu-item "Instrument Package..." elp-instrument-package
                  :help "Instrument for profiling all function that start with a prefix"))
     (define-key prof-map [prof-func]
-      '(menu-item "Instrument Function" elp-instrument-function
+      '(menu-item "Instrument Function..." elp-instrument-function
                  :help "Instrument a function for profiling"))
     (define-key menu-map [edebug-defun]
       '(menu-item "Instrument Function for Debugging" edebug-defun
                  :keys "C-u C-M-x"))
     (define-key menu-map [separator-byte] '("--"))
     (define-key menu-map [disas]
-      '(menu-item "Disassemble byte compiled object" disassemble
+      '(menu-item "Disassemble byte compiled object..." disassemble
                  :help "Print disassembled code for OBJECT in a buffer"))
     (define-key menu-map [byte-recompile]
       '(menu-item "Byte-recompile Directory..." byte-recompile-directory