]> code.delx.au - gnu-emacs/blobdiff - lisp/epg.el
Prefer directed to neutral quotes
[gnu-emacs] / lisp / epg.el
index 0c8f5c9b0ae3403125866ced03ffef2f54ab662f..ed71e966853e9a2c0eaa81f388b3a974265e8483 100644 (file)
@@ -1614,7 +1614,7 @@ handle the case where SIGNATURE has multiple signature.
 
 To check the verification results, use `epg-context-result-for' as follows:
 
-\(epg-context-result-for context 'verify)
+\(epg-context-result-for context \\='verify)
 
 which will return a list of `epg-signature' object."
   (unwind-protect
@@ -1649,7 +1649,7 @@ handle the case where SIGNATURE has multiple signature.
 
 To check the verification results, use `epg-context-result-for' as follows:
 
-\(epg-context-result-for context 'verify)
+\(epg-context-result-for context \\='verify)
 
 which will return a list of `epg-signature' object."
   (let ((coding-system-for-write 'binary)