diff options
Diffstat (limited to 'doc/misc/epa.texi')
-rw-r--r-- | doc/misc/epa.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 8c21a262a1e..237617a524b 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi @@ -363,7 +363,7 @@ Similarly, when you save the buffer to a @file{foo.gpg} file, encrypted data is written. The file name pattern for encrypted files can be controlled by -@var{epa-file-name-regexp}. +@code{epa-file-name-regexp}. @defvar epa-file-name-regexp Regexp which matches filenames treated as encrypted. @@ -392,7 +392,7 @@ public key encryption. @end deffn You can also change the default behavior with the variable -@var{epa-file-select-keys}. +@code{epa-file-select-keys}. @defvar epa-file-select-keys Control whether or not to pop up the key selection dialog. |