Improve documentation to fix function name typo.
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 1 Nov 2007 15:01:11 +0000 (15:01 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 1 Nov 2007 15:01:11 +0000 (15:01 +0000)
Reported by Daiki Ueno <ueno@unixuser.org>.

lisp/ChangeLog
lisp/encrypt.el

index 61c4018..d6092a4 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * encrypt.el: Improve documentation to fix function name typo.
+       Reported by Daiki Ueno <ueno@unixuser.org>.
+
 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
index 02169dd..1fb54a2 100644 (file)
@@ -43,7 +43,7 @@
 ;;; C-x C-f ~/.authinfo
 
 ;;; 2) write the new authinfo.enc
-;;; M-x encrypt-file-contents ~/.authinfo.enc
+;;; M-x encrypt-write-file-contents RET ~/.authinfo.enc
 
 ;;; 3) verify the new authinfo is correct (this will show the contents in the minibuffer)
 ;;; M-: (encrypt-get-file-contents "~/.authinfo.enc")