diff options
Diffstat (limited to 'lisp/emacs-lisp/ert-x.el')
-rw-r--r-- | lisp/emacs-lisp/ert-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el index eb10c845d3f..67cb102a67c 100644 --- a/lisp/emacs-lisp/ert-x.el +++ b/lisp/emacs-lisp/ert-x.el @@ -289,7 +289,7 @@ BUFFER defaults to current buffer. Does not modify BUFFER." "Mocks function NAME with MOCK and run BODY. Once BODY finishes (be it normally by returning a value or -abnormally by throwing or signalling), the old definition of +abnormally by throwing or signaling), the old definition of function NAME is restored. BODY may further change the mock with `fset'. |