diff options
| author | Paul Eggert | 2012-01-10 22:53:12 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-01-10 22:53:12 -0800 |
| commit | 5a5fa834285f10c4ab10de4de149c5b0f73403f4 (patch) | |
| tree | 6a62a7063545a14a579167e568915b8defca0dd3 /lisp/ChangeLog | |
| parent | 090446227fc1de9a69449cda72bbf541c32a7f86 (diff) | |
| download | emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.gz emacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.zip | |
Duplicate-word and spelling fixes.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fedbe71d516..90a2070c87c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7131,7 +7131,7 @@ | |||
| 7131 | 2011-05-23 Kevin Ryde <user42@zip.com.au> | 7131 | 2011-05-23 Kevin Ryde <user42@zip.com.au> |
| 7132 | 7132 | ||
| 7133 | * emacs-lisp/advice.el (ad-read-advised-function): | 7133 | * emacs-lisp/advice.el (ad-read-advised-function): |
| 7134 | Use `function-called-at-point' as the default default, if it has | 7134 | Use `function-called-at-point' as the default, if it has |
| 7135 | advice and passes PREDICATE. | 7135 | advice and passes PREDICATE. |
| 7136 | 7136 | ||
| 7137 | 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca> | 7137 | 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -7957,7 +7957,7 @@ | |||
| 7957 | * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags, | 7957 | * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags, |
| 7958 | verify-error, and verify-hostname-error parameters. Check whether | 7958 | verify-error, and verify-hostname-error parameters. Check whether |
| 7959 | default trustfile exists before going to use it. Add missing | 7959 | default trustfile exists before going to use it. Add missing |
| 7960 | argument to gnutls-message-maybe call. Return return value. | 7960 | argument to gnutls-message-maybe call. Return value. |
| 7961 | Reported by Claudio Bley <claudio.bley@gmail.com>. | 7961 | Reported by Claudio Bley <claudio.bley@gmail.com>. |
| 7962 | (open-gnutls-stream): Add usage example. | 7962 | (open-gnutls-stream): Add usage example. |
| 7963 | 7963 | ||