Browse Source

Fix docstring typo.

* lisp/org.el (org-shorten-string): Fix docstring typo.
Aaron Ecay 9 years ago
parent
commit
aafb3b5fdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -22070,7 +22070,7 @@ upon the next fontification round."
     l))
     l))
 
 
 (defun org-shorten-string (s maxlength)
 (defun org-shorten-string (s maxlength)
-  "Shorten string S so tht it is no longer than MAXLENGTH characters.
+  "Shorten string S so that it is no longer than MAXLENGTH characters.
 If the string is shorter or has length MAXLENGTH, just return the
 If the string is shorter or has length MAXLENGTH, just return the
 original string.  If it is longer, the functions finds a space in the
 original string.  If it is longer, the functions finds a space in the
 string, breaks this string off at that locations and adds three dots
 string, breaks this string off at that locations and adds three dots