aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-23 20:11:48 -0800
committerGlenn Morris2014-01-23 20:11:48 -0800
commit1e548e4056d46414fa30bb6cab1c660fa30ac905 (patch)
tree0d72443d74fad7f47306fb08f302401ca68f3af1 /etc
parent96c983e0d3034ae09406c4b1fb76ca4d06008fcf (diff)
downloademacs-1e548e4056d46414fa30bb6cab1c660fa30ac905.tar.gz
emacs-1e548e4056d46414fa30bb6cab1c660fa30ac905.zip
Doc updates for with-demoted-errors
* doc/lispref/control.texi (Handling Errors): Update with-demoted-errors. * lisp/subr.el (with-demoted-errors): Doc fix. * etc/NEWS: Related edit.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b4c3b001d16..39fdefeb8f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1080,6 +1080,7 @@ displaying the buffer in a window.
1080+++ 1080+++
1081*** New function `define-error'. 1081*** New function `define-error'.
1082 1082
1083+++
1083*** `with-demoted-errors' takes an additional argument `format'. 1084*** `with-demoted-errors' takes an additional argument `format'.
1084 1085
1085+++ 1086+++