Просмотр исходного кода

Improve docstring of `org-entities-user'

Carsten Dominik 16 лет назад
Родитель
Сommit
5b1171d6e7
2 измененных файлов с 9 добавлено и 2 удалено
  1. 4 0
      lisp/ChangeLog
  2. 5 2
      lisp/org-entities.el

+ 4 - 0
lisp/ChangeLog

@@ -1,3 +1,7 @@
+2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org-entities.el (org-entities-user): Improve docstring.
+
 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
 
 	* org-entities.el (org-macs): Require org-macs, to be sure that we
 	* org-entities.el (org-macs): Require org-macs, to be sure that we

+ 5 - 2
lisp/org-entities.el

@@ -62,8 +62,11 @@ ASCII replacement    Plain ASCII, no extensions.  Symbols that cannot be
                      represented will be written out as an explanatory text.
                      represented will be written out as an explanatory text.
                      But see the variable `org-entities-ascii-keep-macro-form'.
                      But see the variable `org-entities-ascii-keep-macro-form'.
 Latin1 replacement   Use the special characters available in latin1.
 Latin1 replacement   Use the special characters available in latin1.
-utf-8 replacement    Use special character available in utf-8."
-  :group 'org-entities
+utf-8 replacement    Use special character available in utf-8.
+
+If you define new entities here that require specific LaTeX packages to be
+loaded, add these packages to `org-export-latex-packages-alist'."
+  :Group 'org-entities
   :type '(repeat
   :type '(repeat
 	  (list
 	  (list
 	   (string :tag "name  ")
 	   (string :tag "name  ")