From b891e46ccb72427358e3cc82c150f89d7e4eb135 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 20 Jan 2018 15:55:13 +0100 Subject: [PATCH] Fix typo in docstring * lisp/org.el (org-reload): Fix typo. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index a5e9ec650..e50c60fb2 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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)