diff options
-rw-r--r-- | lisp/org/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/org/org.el | 2 |
2 files changed, 3 insertions, 1 deletions
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 <lekktu@gmail.com> + * org.el (org-link-escape): Fix typo in docstring. 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> 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 |