summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-23 00:34:01 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-23 00:36:56 -0700
commitf2b2201594b59ff758347644a84cdc8f6b046ec9 (patch)
treea6e42ca28f5c4e95b101a8e2cf5a0758cf54dcac /lisp/emacs-lisp
parent0e143b1fc5d716cbc4509b416a1067b417df2676 (diff)
downloademacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.tar.gz
emacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.tar.bz2
emacs-f2b2201594b59ff758347644a84cdc8f6b046ec9.zip
; Spelling and URL 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 5af5262e5da..71d46c11077 100644
--- a/lisp/emacs-lisp/ert-x.el
+++ b/lisp/emacs-lisp/ert-x.el
@@ -328,7 +328,7 @@ to the real `message'."
(funcall func "%s" msg)))))
(defun ert--make-print-advice (collector)
- "Create around advice for print functions for `ert-collect-messsges'.
+ "Create around advice for print functions for `ert-collect-messages'.
The created advice function will just call the original function
unless the output is going to the echo area (when PRINTCHARFUN is
t or PRINTCHARFUN is nil and `standard-output' is t). If the