From: ueno Date: Fri, 21 Apr 2006 02:19:03 +0000 (+0000) Subject: Fixed. X-Git-Tag: epgsm-branchpoint~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4b04dd2ba6edcbf209ef6a8c58bedac1b1342cae;p=elisp%2Fepg.git Fixed. --- diff --git a/README b/README index 610523f..e8f6d8b 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ subprocess. ** `(fillarray string 0)' is not enough to clear passphrases -If Emacs crashes and dumps core, passphrase strings in memory are also +If Emacs crashes and dumps core, Lisp strings in memory are also dumped within the core file. `read-passwd' function clears passphrase strings by `(fillarray string 0)'. However, Emacs performs compaction in gc_sweep phase. If GC happens before `fillarray', passphrase