diff options
| author | Glenn Morris | 2021-05-13 08:07:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2021-05-13 08:07:57 -0700 |
| commit | ff8bf8c8dfff2e4fc0fae50e3fcfcf3022bd0bb8 (patch) | |
| tree | 2c99a15c535886023214189c6679ed96f5ce6fbb | |
| parent | c9773379c1a598493aafcf18e4b2f2ebe579937b (diff) | |
| download | emacs-ff8bf8c8dfff2e4fc0fae50e3fcfcf3022bd0bb8.tar.gz emacs-ff8bf8c8dfff2e4fc0fae50e3fcfcf3022bd0bb8.zip | |
* doc/misc/epa.texi: Fix @nodes in previous change.
| -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 00db3c5fa3b..7224a868ec0 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -360,7 +360,7 @@ With prefix argument, asks you to select the recipients interactively, | |||
| 360 | whether to sign, and which key(s) to sign with. | 360 | whether to sign, and which key(s) to sign with. |
| 361 | @end table | 361 | @end table |
| 362 | 362 | ||
| 363 | @node Encrypting/decrypting gpg files, , Mail-mode integration, Commands | 363 | @node Encrypting/decrypting gpg files, Querying a key server, Mail-mode integration, Commands |
| 364 | @section Encrypting/decrypting gpg files | 364 | @section Encrypting/decrypting gpg files |
| 365 | By default, every file whose name ends with @file{.gpg} will be | 365 | By default, every file whose name ends with @file{.gpg} will be |
| 366 | treated as encrypted. That is, when you open such a file, the | 366 | treated as encrypted. That is, when you open such a file, the |
| @@ -443,7 +443,7 @@ If non-@code{nil}, disable auto-saving when opening an encrypted file. | |||
| 443 | The default value is @code{t}. | 443 | The default value is @code{t}. |
| 444 | @end defvar | 444 | @end defvar |
| 445 | 445 | ||
| 446 | @node Querying a key server, , Mail-mode integration, Commands | 446 | @node Querying a key server, , Encrypting/decrypting gpg files, Commands |
| 447 | @section Querying a key server | 447 | @section Querying a key server |
| 448 | 448 | ||
| 449 | The @code{epa-search-keys} command can be used to query a | 449 | The @code{epa-search-keys} command can be used to query a |