0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:37:47 +00:00

Fix docstring typo.

* lisp/org.el (org-shorten-string): Fix docstring typo.
This commit is contained in:
Aaron Ecay 2016-09-25 16:39:30 +01:00
parent 140aacbf2f
commit aafb3b5fdd

View file

@ -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