summaryrefslogtreecommitdiff
path: root/lisp/org/org.el
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/org.el
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/org.el')
-rw-r--r--lisp/org/org.el2
1 files changed, 1 insertions, 1 deletions
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