]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/ert-x.el
* lisp/emacs-lisp/eieio-core.el (class-p): Accept class objects
[gnu-emacs] / lisp / emacs-lisp / ert-x.el
index 531e83c1e6ac0d3ae714d787c489c8ca284e728a..cae3fa2d460321af73bf5dd2bb4fcf82b7a84f6b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ert-x.el --- Staging area for experimental extensions to ERT  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2008, 2010-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2008, 2010-2015 Free Software Foundation, Inc.
 
 ;; Author: Lennart Borgman (lennart O borgman A gmail O com)
 ;;         Christian Ohler <ohler@gnu.org>
@@ -214,7 +214,7 @@ property list, or no properties if there is no plist before it.
 
 As a simple example,
 
-\(ert-propertized-string \"foo \" '(face italic) \"bar\" \" baz\" nil \
+\(ert-propertized-string \"foo \" \\='(face italic) \"bar\" \" baz\" nil \
 \" quux\"\)
 
 would return the string \"foo bar baz quux\" where the substring