From: Teodor Zlatanov Date: Thu, 1 Nov 2007 15:01:11 +0000 (+0000) Subject: Improve documentation to fix function name typo. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=c62e4280c19f87eb53250717a900f054ba1575c5;p=gnus Improve documentation to fix function name typo. Reported by Daiki Ueno . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61c4018d6..d6092a4e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-01 Teodor Zlatanov + + * encrypt.el: Improve documentation to fix function name typo. + Reported by Daiki Ueno . + 2007-11-01 Katsumi Yamaoka * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll diff --git a/lisp/encrypt.el b/lisp/encrypt.el index 02169dd25..1fb54a280 100644 --- a/lisp/encrypt.el +++ b/lisp/encrypt.el @@ -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")