summaryrefslogtreecommitdiff
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-11-12 16:53:06 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-11-12 16:53:06 +0000
commit7173f3111ff7fc09c5147835df568fefe05b00e3 (patch)
tree3683f20b0cff538c4a54adb3d6a1a6aac9a788a5 /lisp/org
parent22e33406d44d52ad31a0130579318e3e89be479d (diff)
downloademacs-7173f3111ff7fc09c5147835df568fefe05b00e3.tar.gz
emacs-7173f3111ff7fc09c5147835df568fefe05b00e3.tar.bz2
emacs-7173f3111ff7fc09c5147835df568fefe05b00e3.zip
* org.el (org-link-escape): Fix typo in docstring.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog2
-rw-r--r--lisp/org/org.el2
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