; * lisp/emacs-lisp/derived.el (derived-mode-make-docstring):

Fix recent change.
This commit is contained in:
Glenn Morris 2015-06-15 18:02:33 -04:00
parent f784272f73
commit 4c4a329cf4

View file

@ -332,7 +332,8 @@ which more-or-less shadow%s %s's corresponding table%s."
(concat
"\n\nIn addition to any hooks its parent mode "
(if (string-match (format "[`]%s[']"
(regexp-quote parent))
(regexp-quote
(symbol-name parent)))
docstring)
nil
(format "`%s' " parent))