changeset 99514:f726e2602732

* org.el (org-link-escape): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 12 Nov 2008 16:53:06 +0000
parents ac5b273ec7ef
children 9b767bc53027
files lisp/org/ChangeLog lisp/org/org.el
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <lekktu@gmail.com>
 
+	* org.el (org-link-escape): Fix typo in docstring.
 
 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
 
--- 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