diff options
Diffstat (limited to 'lisp/ChangeLog.12')
-rw-r--r-- | lisp/ChangeLog.12 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index d2f7cab27f0..70c2a45acc9 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 @@ -11678,7 +11678,7 @@ make underlining work for wide characters. (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind TAB to `org-cycle', to make sure that no binding in - `outline-mode-map' can supercede it. + `outline-mode-map' can supersede it. 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com> @@ -19139,7 +19139,7 @@ * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to pgg-decrypt-region. (pgg-pending-timers): A new hash for tracking the passphrase cache - timers, so that new ones supercede old ones. + timers, so that new ones supersede old ones. (pgg-add-passphrase-to-cache): Rename from `pgg-add-passphrase-cache' to reduce confusion (all callers changed). Modified to cancel old timers when new ones are added. @@ -19225,7 +19225,7 @@ * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to pgg-decrypt-region. (pgg-pending-timers): A new hash for tracking the passphrase cache - timers, so that new ones supercede old ones. + timers, so that new ones supersede old ones. (pgg-add-passphrase-to-cache): Rename from `pgg-add-passphrase-cache' to reduce confusion (all callers changed). Modified to cancel old timers when new ones are added. |