aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2012-01-10 22:53:12 -0800
committerPaul Eggert <[email protected]>2012-01-10 22:53:12 -0800
commit5a5fa834285f10c4ab10de4de149c5b0f73403f4 (patch)
tree6a62a7063545a14a579167e568915b8defca0dd3 /lisp/ChangeLog
parent090446227fc1de9a69449cda72bbf541c32a7f86 (diff)
Duplicate-word and spelling fixes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fedbe71d51..90a2070c87 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7131,7 +7131,7 @@
2011-05-23 Kevin Ryde <[email protected]>
* emacs-lisp/advice.el (ad-read-advised-function):
- Use `function-called-at-point' as the default default, if it has
+ Use `function-called-at-point' as the default, if it has
advice and passes PREDICATE.
2011-05-23 Stefan Monnier <[email protected]>
@@ -7957,7 +7957,7 @@
* net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
verify-error, and verify-hostname-error parameters. Check whether
default trustfile exists before going to use it. Add missing
- argument to gnutls-message-maybe call. Return return value.
+ argument to gnutls-message-maybe call. Return value.
Reported by Claudio Bley <[email protected]>.
(open-gnutls-stream): Add usage example.