Revert "Extend ‘format’ to translate curved quotes"
This reverts commit 244c801689
.
This commit is contained in:
parent
0b0c9565d0
commit
6b1765e05d
7 changed files with 124 additions and 191 deletions
|
@ -331,10 +331,9 @@ which more-or-less shadow%s %s's corresponding table%s."
|
|||
"\n\nThis mode "
|
||||
(concat
|
||||
"\n\nIn addition to any hooks its parent mode "
|
||||
(if (string-match (concat "[`%‘]"
|
||||
(if (string-match (format "[`‘]%s['’]"
|
||||
(regexp-quote
|
||||
(symbol-name parent))
|
||||
"['%’]")
|
||||
(symbol-name parent)))
|
||||
docstring)
|
||||
nil
|
||||
(format "`%s' " parent))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue