smime.el (smime-CA-directory): Fix minor quoting problems in doc string
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 May 2015 08:00:22 +0000 (08:00 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 28 May 2015 08:00:22 +0000 (08:00 +0000)
lisp/smime.el

index 6f043df..76d58f7 100644 (file)
@@ -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."