mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
; Fix typo
* lisp/emacs-lisp/bytecomp.el (byte-compile--wide-docstring-p): Fix typo.
This commit is contained in:
parent
3db3d5a398
commit
487ddf466a
1 changed files with 1 additions and 1 deletions
|
|
@ -1677,7 +1677,7 @@ URLs."
|
|||
;; For literal key sequence substitutions (e.g. "\\`C-h'"), just
|
||||
;; remove the markup as `substitute-command-keys' would.
|
||||
(replace-regexp-in-string
|
||||
(rx "\\" (seq "`" (group (* (not "]"))) "'"))
|
||||
(rx "\\" (seq "`" (group (* (not "'"))) "'"))
|
||||
"\\1"
|
||||
docstring)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue