]> git.eshelyaron.com Git - emacs.git/commitdiff
* org.el (org-link-escape): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Nov 2008 16:53:06 +0000 (16:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Nov 2008 16:53:06 +0000 (16:53 +0000)
lisp/org/ChangeLog
lisp/org/org.el

index 4fe9d034050eaa538458f250e47f11720c46000b..4d5ebb6c88556c2a354bac8ba23356429683a2f6 100644 (file)
@@ -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>
 
index e0b0821195338c1c811a0fc3449dcb44bde0a9f7..cc585b008bfc1c3c8da218fdb399a6eff8b33d13 100644 (file)
@@ -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