diff options
| author | Damien Cassou <damien@cassou.me> | 2018-03-28 14:34:57 +0200 |
|---|---|---|
| committer | Damien Cassou <damien@cassou.me> | 2018-03-28 14:34:57 +0200 |
| commit | 30decac3a4d9832e37cc540a358f0314d9bf9bff (patch) | |
| tree | 128a0e71776c1d602183ac3a5147d91331becabb | |
| parent | 216c9c2404c0f40baea234eab1675fd011d6b807 (diff) | |
Fix typo
| -rw-r--r-- | emacstips.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 215a672..3738494 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -437,7 +437,7 @@ address. ## How to sign/encrypt messages with gpg -Messages can by signed using gpg by invoking +Messages can be signed using gpg by invoking `M-x mml-secure-sign-pgpmime` (or `M-x mml-secure-encrypt-pgpmime`). These functions are available via the standard `message-mode` keybindings `C-c C-m s p` and `C-c C-m c p`. To sign outgoing mail by default, use the |
