Mercurial > emacs
changeset 99713:3564a29838cf
(emacs-lisp-mode-map): Fix a/an typo.
Use the imperative for all help strings.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 19 Nov 2008 04:32:35 +0000 |
parents | 5436066cf627 |
children | c2ce87cec47b |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Wed Nov 19 04:32:05 2008 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Wed Nov 19 04:32:35 2008 +0000 @@ -291,17 +291,17 @@ (define-key menu-map [tracing] (cons "Tracing" tracing-map)) (define-key tracing-map [tr-a] '(menu-item "Untrace all" untrace-all - :help "Untraces all currently traced functions")) + :help "Untrace all currently traced functions")) (define-key tracing-map [tr-uf] '(menu-item "Untrace function..." untrace-function - :help "Untraces FUNCTION and possibly activates all remaining advice")) + :help "Untrace function, and possibly activate all remaining advice")) (define-key tracing-map [tr-sep] '("--")) (define-key tracing-map [tr-q] '(menu-item "Trace function quietly..." trace-function-background :help "Trace the function with trace output going quietly to a buffer")) (define-key tracing-map [tr-f] '(menu-item "Trace function..." trace-function - :help "Trace the function given as a argument")) + :help "Trace the function given as an argument")) (define-key menu-map [profiling] (cons "Profiling" prof-map)) (define-key prof-map [prof-restall] '(menu-item "Remove Instrumentation for All Functions" elp-restore-all