mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
Mention encryption commands in the Emacs manual.
This commit is contained in:
parent
b925d23104
commit
86d7a55099
@ -1,3 +1,8 @@
|
||||
2010-05-31 Daiki Ueno <ueno@unixuser.org>
|
||||
|
||||
* dired.texi (Operating on Files): Mention encryption commands
|
||||
(Bug#6315).
|
||||
|
||||
2010-05-29 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* basic.texi (Moving Point): Update due to renaming of commands bound
|
||||
|
@ -688,6 +688,34 @@ suitable guess made using the variables @code{lpr-command} and
|
||||
Compress the specified files (@code{dired-do-compress}). If the file
|
||||
appears to be a compressed file already, uncompress it instead.
|
||||
|
||||
@findex epa-dired-do-decrypt
|
||||
@kindex :d @r{(Dired)}
|
||||
@cindex decrypting files (in Dired)
|
||||
@item :d
|
||||
Decrypt the specified files (@code{epa-dired-do-decrypt}).
|
||||
@xref{Dired integration,,, epa, EasyPG Assistant User's Manual}.
|
||||
|
||||
@findex epa-dired-do-verify
|
||||
@kindex :v @r{(Dired)}
|
||||
@cindex verifying digital signatures on files (in Dired)
|
||||
@item :v
|
||||
Verify digital signatures on the specified files (@code{epa-dired-do-verify}).
|
||||
@xref{Dired integration,,, epa, EasyPG Assistant User's Manual}.
|
||||
|
||||
@findex epa-dired-do-sign
|
||||
@kindex :s @r{(Dired)}
|
||||
@cindex signing files (in Dired)
|
||||
@item :s
|
||||
Digitally sign the specified files (@code{epa-dired-do-sign}).
|
||||
@xref{Dired integration,,, epa, EasyPG Assistant User's Manual}.
|
||||
|
||||
@findex epa-dired-do-encrypt
|
||||
@kindex :e @r{(Dired)}
|
||||
@cindex encrypting files (in Dired)
|
||||
@item :e
|
||||
Encrypt the specified files (@code{epa-dired-do-encrypt}).
|
||||
@xref{Dired integration,,, epa, EasyPG Assistant User's Manual}.
|
||||
|
||||
@findex dired-do-load
|
||||
@kindex L @r{(Dired)}
|
||||
@cindex loading several files (in Dired)
|
||||
|
Loading…
x
Reference in New Issue
Block a user