From 0718141fd4867b81473a35ec5d92fcd45ee54445 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 28 May 2015 08:00:22 +0000 Subject: [PATCH] smime.el (smime-CA-directory): Fix minor quoting problems in doc string --- lisp/smime.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/smime.el b/lisp/smime.el index 6f043df61..76d58f773 100644 --- a/lisp/smime.el +++ b/lisp/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." -- 2.11.4.GIT