aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-05 17:29:23 -0800
committerGlenn Morris2012-02-05 17:29:23 -0800
commit5385447f5a526031a9a8856c827a74f8eae49100 (patch)
treee3a57aca0bcffc922fe559f0e133881d7db89c85
parentf7c9199f38b54df31db3808356a7924c5636c1fe (diff)
downloademacs-5385447f5a526031a9a8856c827a74f8eae49100.tar.gz
emacs-5385447f5a526031a9a8856c827a74f8eae49100.zip
NEWS typo.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9ea5d6af7b0..ebd70e564f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1240,7 +1240,7 @@ Instead, the offending function is removed.
1240*** New function `run-hook-wrapped' for running an abnormal hook by 1240*** New function `run-hook-wrapped' for running an abnormal hook by
1241passing the hook functions as arguments to a "wrapping" function. 1241passing the hook functions as arguments to a "wrapping" function.
1242Like `run-hook-with-args-until-success', it stops at the first 1242Like `run-hook-with-args-until-success', it stops at the first
1243non-nil retun value. 1243non-nil return value.
1244 1244
1245+++ 1245+++
1246*** New macro `with-wrapper-hook' for running an abnormal hook as a 1246*** New macro `with-wrapper-hook' for running an abnormal hook as a