diff options
| author | Glenn Morris | 2012-02-05 17:29:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-05 17:29:23 -0800 |
| commit | 5385447f5a526031a9a8856c827a74f8eae49100 (patch) | |
| tree | e3a57aca0bcffc922fe559f0e133881d7db89c85 | |
| parent | f7c9199f38b54df31db3808356a7924c5636c1fe (diff) | |
| download | emacs-5385447f5a526031a9a8856c827a74f8eae49100.tar.gz emacs-5385447f5a526031a9a8856c827a74f8eae49100.zip | |
NEWS typo.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |
| 1241 | passing the hook functions as arguments to a "wrapping" function. | 1241 | passing the hook functions as arguments to a "wrapping" function. |
| 1242 | Like `run-hook-with-args-until-success', it stops at the first | 1242 | Like `run-hook-with-args-until-success', it stops at the first |
| 1243 | non-nil retun value. | 1243 | non-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 |