Backport commit 10b691987 from Emacs

; Fix typos
10b69198708105655c49b62ac7d6185abb7e02a7
Stefan Kangas
Sat Jul 16 10:07:38 2022 +0200
This commit is contained in:
Stefan Kangas 2022-07-14 17:33:46 +02:00 committed by Kyle Meyer
parent 745bdebe73
commit 6e991f4bb9
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ characters that should be escaped."
(defun org-link-decode (s)
"Decode percent-encoded parts in string S.
E.g. \"%C3%B6\" becomes the german o-Umlaut."
E.g. \"%C3%B6\" becomes the German o-Umlaut."
(replace-regexp-in-string "\\(%[0-9A-Za-z]\\{2\\}\\)+"
#'org-link--decode-compound s t t))