# HG changeset patch # User Juanma Barranquero # Date 1226508786 0 # Node ID f726e26027326cda81f3bcb523037082ae644627 # Parent ac5b273ec7efe337887593acebb724e6dfc38605 * org.el (org-link-escape): Fix typo in docstring. diff -r ac5b273ec7ef -r f726e2602732 lisp/org/ChangeLog --- a/lisp/org/ChangeLog Wed Nov 12 15:59:06 2008 +0000 +++ b/lisp/org/ChangeLog Wed Nov 12 16:53:06 2008 +0000 @@ -1,4 +1,6 @@ +2008-11-12 Juanma Barranquero + * org.el (org-link-escape): Fix typo in docstring. 2008-11-12 Carsten Dominik diff -r ac5b273ec7ef -r f726e2602732 lisp/org/org.el --- a/lisp/org/org.el Wed Nov 12 15:59:06 2008 +0000 +++ b/lisp/org/org.el Wed Nov 12 16:53:06 2008 +0000 @@ -6287,7 +6287,7 @@ 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