summaryrefslogtreecommitdiff
path: root/lisp/org
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-14 17:33:46 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-16 10:07:38 +0200
commit10b69198708105655c49b62ac7d6185abb7e02a7 (patch)
tree469d81780257d288f57612615806b70c442463e7 /lisp/org
parentdb259d8fd369e6036df782d5fe51723a68220074 (diff)
downloademacs-10b69198708105655c49b62ac7d6185abb7e02a7.tar.gz
; Fix typos
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ol.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ol.el b/lisp/org/ol.el
index a03d85f618a..f9816a187da 100644
--- a/lisp/org/ol.el
+++ b/lisp/org/ol.el
@@ -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))