; * lisp/emacs-lisp/derived.el (derived-mode-make-docstring):
Fix recent change.
This commit is contained in:
parent
f784272f73
commit
4c4a329cf4
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue