X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/eced64b2f76d1f85fb6fd54c67deadf1978cb344..2aa6b47e3e216410195cf7ec3abb5902f38082fa:/lisp/emacs-lisp/ert-x.el diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el index eb10c845d3..67cb102a67 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'.