Fix typo in docstring
* lisp/org.el (org-reload): Fix typo.
This commit is contained in:
parent
c06f906f02
commit
b891e46ccb
|
@ -21616,7 +21616,7 @@ Your bug report will be posted to the Org mailing list.
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-reload (&optional uncompiled)
|
(defun org-reload (&optional uncompiled)
|
||||||
"Reload all org lisp files.
|
"Reload all Org Lisp files.
|
||||||
With prefix arg UNCOMPILED, load the uncompiled versions."
|
With prefix arg UNCOMPILED, load the uncompiled versions."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(require 'loadhist)
|
(require 'loadhist)
|
||||||
|
|
Loading…
Reference in New Issue