Parcourir la source

Minor docstring fix.

Bastien Guerry il y a 18 ans
Parent
commit
6208fb43cb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      org.el

+ 2 - 2
org.el

@@ -159,9 +159,9 @@ requiring something in this hook that does a (require 'org) is ok."
   :type 'hook)
   :type 'hook)
 
 
 (defcustom org-default-extensions '(org-irc)
 (defcustom org-default-extensions '(org-irc)
-  "Extensions that should always be loaded together with org.el
+  "Extensions that should always be loaded together with org.el.
 If the description starts with <A>, this means the extension
 If the description starts with <A>, this means the extension
-will be autoloaded when needed, to preloading is not necessary."
+will be autoloaded when needed, preloading is not necessary."
   :group 'org
   :group 'org
   :type
   :type
   '(set :greedy t
   '(set :greedy t