diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-28 00:06:14 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-28 00:22:03 -0700 |
| commit | dfc2ef11a84d33eab916ff87b8537f8e28c05c92 (patch) | |
| tree | b196ac609a67987d5e1e756860de51b4361c8bd2 /lisp/gnus | |
| parent | 0fd5e6593af620863dcf90dff5d04631458e24cd (diff) | |
| download | emacs-dfc2ef11a84d33eab916ff87b8537f8e28c05c92.tar.gz | |
Fix minor quoting problems in doc strings
Most of these fixes involve escaping grave accents that are
actually intended to be grave accents, not left quotes.
(Bug#20385)
Diffstat (limited to 'lisp/gnus')
| -rw-r--r-- | lisp/gnus/smime.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index 6f043df6121..76d58f77354 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -158,7 +158,7 @@ certificates to be sent with every message to each address." Directory should contain files (in PEM format) named to the X.509 hash of the certificate. This can be done using OpenSSL such as: -$ ln -s ca.pem `openssl x509 -noout -hash -in ca.pem`.0 +$ ln -s ca.pem \\=`openssl x509 -noout -hash -in ca.pem\\=`.0 where `ca.pem' is the file containing a PEM encoded X.509 CA certificate." |
