summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ecay <aaronecay@gmail.com>2016-09-25 16:39:30 +0100
committerAaron Ecay <aaronecay@gmail.com>2016-09-25 16:39:30 +0100
commitaafb3b5fddb63137441eef5632b0bf97de457591 (patch)
treee75914f12b18df43725db97e366ad4c06c1380c6
parent140aacbf2f57e207a33417bb446060de52a4b312 (diff)
downloadorg-mode-aafb3b5fddb63137441eef5632b0bf97de457591.tar.gz
Fix docstring typo.
* lisp/org.el (org-shorten-string): Fix docstring typo.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 71013ee..4f1ee61 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -22070,7 +22070,7 @@ upon the next fontification round."
l))
(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
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