aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/derived.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el
index 52ff2aa99a2..ee137f1771e 100644
--- a/lisp/emacs-lisp/derived.el
+++ b/lisp/emacs-lisp/derived.el
@@ -332,7 +332,8 @@ which more-or-less shadow%s %s's corresponding table%s."
332 (concat 332 (concat
333 "\n\nIn addition to any hooks its parent mode " 333 "\n\nIn addition to any hooks its parent mode "
334 (if (string-match (format "[`‘]%s['’]" 334 (if (string-match (format "[`‘]%s['’]"
335 (regexp-quote parent)) 335 (regexp-quote
336 (symbol-name parent)))
336 docstring) 337 docstring)
337 nil 338 nil
338 (format "`%s' " parent)) 339 (format "`%s' " parent))