diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-09-29 02:26:20 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-09-29 02:26:20 +0000 |
commit | d88444f29243b34c8821b9df0b35e75d6023ad0c (patch) | |
tree | 29f8f18cc417a48597b11c8d053dc92a973ca313 /lisp/epa.el | |
parent | 0577a4301d6fbc39013ea2e17554c41d7bccc5ae (diff) | |
download | emacs-d88444f29243b34c8821b9df0b35e75d6023ad0c.tar.gz |
* speedbar.el (speedbar-item-delete):
* calc/calc-prog.el (calc-kbd-if):
* language/hanja-util.el (hanja-init-load): Fix typos in messages.
* epa.el (epa-key-list-mode-map):
* hi-lock.el (hi-lock-menu): Fix typos in menus.
* progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
(hs-show-hook): Fix typo in docstring.
Diffstat (limited to 'lisp/epa.el')
-rw-r--r-- | lisp/epa.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa.el b/lisp/epa.el index 4f4d62567d4..541d26724d5 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -234,7 +234,7 @@ You should bind this variable with `let', but do not set it globally.") '(menu-item "Decrypt File..." epa-decrypt-file :help "Decrypt FILE")) (define-key menu-map [epa-encrypt-file] - '(menu-item "Encrypt File.." epa-encrypt-file + '(menu-item "Encrypt File..." epa-encrypt-file :help "Encrypt FILE for RECIPIENTS")) (define-key menu-map [separator-epa-key-list] '(menu-item "--")) (define-key menu-map [epa-key-list-delete-keys] |