From 7173f3111ff7fc09c5147835df568fefe05b00e3 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 12 Nov 2008 16:53:06 +0000 Subject: [PATCH] * org.el (org-link-escape): Fix typo in docstring. --- lisp/org/ChangeLog | 2 ++ lisp/org/org.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 4fe9d034050..4d5ebb6c885 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,4 +1,6 @@ +2008-11-12 Juanma Barranquero + * org.el (org-link-escape): Fix typo in docstring. 2008-11-12 Carsten Dominik diff --git a/lisp/org/org.el b/lisp/org/org.el index e0b08211953..cc585b008bf 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -6287,7 +6287,7 @@ This is the list that is used for internal purposes.") This is the list that is used before handing over to the browser.") (defun org-link-escape (text &optional table) - "Escape charaters in TEXT that are problematic for links." + "Escape characters in TEXT that are problematic for links." (setq table (or table org-link-escape-chars)) (when text (let ((re (mapconcat (lambda (x) (regexp-quote -- 2.39.2