Fix typo in docstring

* lisp/org.el (org-reload): Fix typo.
This commit is contained in:
Nicolas Goaziou 2018-01-20 15:55:13 +01:00
parent c06f906f02
commit b891e46ccb
1 changed files with 1 additions and 1 deletions

View File

@ -21616,7 +21616,7 @@ Your bug report will be posted to the Org mailing list.
;;;###autoload
(defun org-reload (&optional uncompiled)
"Reload all org lisp files.
"Reload all Org Lisp files.
With prefix arg UNCOMPILED, load the uncompiled versions."
(interactive "P")
(require 'loadhist)