diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-22 21:10:10 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-22 21:10:10 -0800 |
commit | 0105dc3e031edfe100df0abac10d34671b60dbf8 (patch) | |
tree | 6dddacbc11cb4f5fb0a6045db6450d463d53abc1 /lisp/ChangeLog.12 | |
parent | e8b5c6a20c8191da7587ffd21fcac7ae566acff4 (diff) | |
download | emacs-0105dc3e031edfe100df0abac10d34671b60dbf8.tar.gz |
Fix spelling of "supersede".
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 189e42241fb..ea50cbf5d4f 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. |