Skip to content

Commit

Permalink
Backport commit 10b691987 from Emacs
Browse files Browse the repository at this point in the history
; Fix typos
10b69198708105655c49b62ac7d6185abb7e02a7
Stefan Kangas
Sat Jul 16 10:07:38 2022 +0200
  • Loading branch information
skangas authored and kyleam committed Jul 24, 2022
1 parent 745bdeb commit 6e991f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/ol.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 6e991f4

Please sign in to comment.