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 @@ | |||
| 1 | 2008-11-12 Juanma Barranquero <lekktu@gmail.com> | ||
| 1 | 2 | ||
| 3 | * org.el (org-link-escape): Fix typo in docstring. | ||
| 2 | 4 | ||
| 3 | 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> | 5 | 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com> |
| 4 | 6 | ||
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.") | |||
| 6287 | This is the list that is used before handing over to the browser.") | 6287 | This is the list that is used before handing over to the browser.") |
| 6288 | 6288 | ||
| 6289 | (defun org-link-escape (text &optional table) | 6289 | (defun org-link-escape (text &optional table) |
| 6290 | "Escape charaters in TEXT that are problematic for links." | 6290 | "Escape characters in TEXT that are problematic for links." |
| 6291 | (setq table (or table org-link-escape-chars)) | 6291 | (setq table (or table org-link-escape-chars)) |
| 6292 | (when text | 6292 | (when text |
| 6293 | (let ((re (mapconcat (lambda (x) (regexp-quote | 6293 | (let ((re (mapconcat (lambda (x) (regexp-quote |