summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-04-03 23:16:35 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-04-03 23:17:09 -0700
commita11756ad0e2ee719266c0081150c20996cce8e0d (patch)
tree347d131e949ce4a83e63db05c1b286a338ea7a58 /lisp/emacs-lisp
parent0695108b9e2d5ed6d424f241af35947f87578975 (diff)
downloademacs-a11756ad0e2ee719266c0081150c20996cce8e0d.tar.gz
emacs-a11756ad0e2ee719266c0081150c20996cce8e0d.tar.bz2
emacs-a11756ad0e2ee719266c0081150c20996cce8e0d.zip
Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/ert-x.el2
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'.