emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 487ddf4: ; Fix typo


From: Stefan Kangas
Subject: master 487ddf4: ; Fix typo
Date: Mon, 22 Nov 2021 06:19:16 -0500 (EST)

branch: master
commit 487ddf466a58c5f558e44b4ab3b5912219445d89
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Fix typo
    
    * lisp/emacs-lisp/bytecomp.el (byte-compile--wide-docstring-p):
    Fix typo.
---
 lisp/emacs-lisp/bytecomp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index e1c7ab4..5dc03ea 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]