Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 106529:eb87371a1cc7
(emacs-lisp-mode-map): Standardize the capitalization of some menu entries.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 11 Dec 2009 01:20:04 +0000 |
parents | 806e9f7990d8 |
children | 1d1d5d9bd884 |
comparison
equal
deleted
inserted
replaced
106528:a339f4d04628 | 106529:eb87371a1cc7 |
---|---|
294 (define-key menu-map [re-builder] | 294 (define-key menu-map [re-builder] |
295 `(menu-item ,(purecopy "Construct Regexp") re-builder | 295 `(menu-item ,(purecopy "Construct Regexp") re-builder |
296 :help ,(purecopy "Construct a regexp interactively"))) | 296 :help ,(purecopy "Construct a regexp interactively"))) |
297 (define-key menu-map [tracing] (cons (purecopy "Tracing") tracing-map)) | 297 (define-key menu-map [tracing] (cons (purecopy "Tracing") tracing-map)) |
298 (define-key tracing-map [tr-a] | 298 (define-key tracing-map [tr-a] |
299 `(menu-item ,(purecopy "Untrace all") untrace-all | 299 `(menu-item ,(purecopy "Untrace All") untrace-all |
300 :help ,(purecopy "Untrace all currently traced functions"))) | 300 :help ,(purecopy "Untrace all currently traced functions"))) |
301 (define-key tracing-map [tr-uf] | 301 (define-key tracing-map [tr-uf] |
302 `(menu-item ,(purecopy "Untrace function...") untrace-function | 302 `(menu-item ,(purecopy "Untrace function...") untrace-function |
303 :help ,(purecopy "Untrace function, and possibly activate all remaining advice"))) | 303 :help ,(purecopy "Untrace function, and possibly activate all remaining advice"))) |
304 (define-key tracing-map [tr-sep] menu-bar-separator) | 304 (define-key tracing-map [tr-sep] menu-bar-separator) |
305 (define-key tracing-map [tr-q] | 305 (define-key tracing-map [tr-q] |
306 `(menu-item ,(purecopy "Trace function quietly...") trace-function-background | 306 `(menu-item ,(purecopy "Trace Function Quietly...") trace-function-background |
307 :help ,(purecopy "Trace the function with trace output going quietly to a buffer"))) | 307 :help ,(purecopy "Trace the function with trace output going quietly to a buffer"))) |
308 (define-key tracing-map [tr-f] | 308 (define-key tracing-map [tr-f] |
309 `(menu-item ,(purecopy "Trace function...") trace-function | 309 `(menu-item ,(purecopy "Trace Function...") trace-function |
310 :help ,(purecopy "Trace the function given as an argument"))) | 310 :help ,(purecopy "Trace the function given as an argument"))) |
311 (define-key menu-map [profiling] (cons (purecopy "Profiling") prof-map)) | 311 (define-key menu-map [profiling] (cons (purecopy "Profiling") prof-map)) |
312 (define-key prof-map [prof-restall] | 312 (define-key prof-map [prof-restall] |
313 `(menu-item ,(purecopy "Remove Instrumentation for All Functions") elp-restore-all | 313 `(menu-item ,(purecopy "Remove Instrumentation for All Functions") elp-restore-all |
314 :help ,(purecopy "Restore the original definitions of all functions being profiled"))) | 314 :help ,(purecopy "Restore the original definitions of all functions being profiled"))) |
349 `(menu-item ,(purecopy "Instrument Function for Debugging") edebug-defun | 349 `(menu-item ,(purecopy "Instrument Function for Debugging") edebug-defun |
350 :help ,(purecopy "Evaluate the top level form point is in, stepping through with Edebug") | 350 :help ,(purecopy "Evaluate the top level form point is in, stepping through with Edebug") |
351 :keys ,(purecopy "C-u C-M-x"))) | 351 :keys ,(purecopy "C-u C-M-x"))) |
352 (define-key menu-map [separator-byte] menu-bar-separator) | 352 (define-key menu-map [separator-byte] menu-bar-separator) |
353 (define-key menu-map [disas] | 353 (define-key menu-map [disas] |
354 `(menu-item ,(purecopy "Disassemble byte compiled object...") disassemble | 354 `(menu-item ,(purecopy "Disassemble Byte Compiled Object...") disassemble |
355 :help ,(purecopy "Print disassembled code for OBJECT in a buffer"))) | 355 :help ,(purecopy "Print disassembled code for OBJECT in a buffer"))) |
356 (define-key menu-map [byte-recompile] | 356 (define-key menu-map [byte-recompile] |
357 `(menu-item ,(purecopy "Byte-recompile Directory...") byte-recompile-directory | 357 `(menu-item ,(purecopy "Byte-recompile Directory...") byte-recompile-directory |
358 :help ,(purecopy "Recompile every `.el' file in DIRECTORY that needs recompilation"))) | 358 :help ,(purecopy "Recompile every `.el' file in DIRECTORY that needs recompilation"))) |
359 (define-key menu-map [emacs-byte-compile-and-load] | 359 (define-key menu-map [emacs-byte-compile-and-load] |
360 `(menu-item ,(purecopy "Byte-compile And Load") emacs-lisp-byte-compile-and-load | 360 `(menu-item ,(purecopy "Byte-compile and Load") emacs-lisp-byte-compile-and-load |
361 :help ,(purecopy "Byte-compile the current file (if it has changed), then load compiled code"))) | 361 :help ,(purecopy "Byte-compile the current file (if it has changed), then load compiled code"))) |
362 (define-key menu-map [byte-compile] | 362 (define-key menu-map [byte-compile] |
363 `(menu-item ,(purecopy "Byte-compile This File") emacs-lisp-byte-compile | 363 `(menu-item ,(purecopy "Byte-compile this File") emacs-lisp-byte-compile |
364 :help ,(purecopy "Byte compile the file containing the current buffer"))) | 364 :help ,(purecopy "Byte compile the file containing the current buffer"))) |
365 (define-key menu-map [separator-eval] menu-bar-separator) | 365 (define-key menu-map [separator-eval] menu-bar-separator) |
366 (define-key menu-map [ielm] | 366 (define-key menu-map [ielm] |
367 `(menu-item ,(purecopy "Interactive Expression Evaluation") ielm | 367 `(menu-item ,(purecopy "Interactive Expression Evaluation") ielm |
368 :help ,(purecopy "Interactively evaluate Emacs Lisp expressions"))) | 368 :help ,(purecopy "Interactively evaluate Emacs Lisp expressions"))) |