]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention encryption commands in the Emacs manual.
authorDaiki Ueno <ueno@unixuser.org>
Mon, 31 May 2010 19:06:33 +0000 (04:06 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Mon, 31 May 2010 19:06:33 +0000 (04:06 +0900)
doc/emacs/ChangeLog
doc/emacs/dired.texi

index e43b4466d1f5b5a176e270c2e05905fabf7f60c4..53a283a3f0ba6490db9a2e265b3ebb0979b5d204 100644 (file)
@@ -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
index f6a4572f8dd3bc4b2d273f8dcec38dba088b1786..4a1299c66a644c06ffd41444795b503b4e3f887d 100644 (file)
@@ -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)