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

Improve the description for org-eval-light.el.

Carsten Dominik 16 лет назад
Родитель
Сommit
e2784e3b0f
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      contrib/README
  2. 1 1
      doc/org.texi
  3. 1 1
      lisp/org.el

+ 1 - 1
contrib/README

@@ -16,7 +16,7 @@ org-bookmark.el          --- Links to bookmarks
 org-depend.el            --- TODO dependencies for Org-mode
 org-elisp-symbol.el      --- Org links to emacs-lisp symbols
 org-eval.el              --- The <lisp> tag, adapted from Muse
-org-eval-light.el        --- Evaluate List code on demand
+org-eval-light.el        --- Evaluate in-buffer code on demand
 org-expiry.el 	         --- Expiry mechanism for Org entries
 org-exp-blocks	         --- Pre-process blocks when exporting org files
 org-indent.el            --- Dynamic outline indentation (does not really work)

+ 1 - 1
doc/org.texi

@@ -8983,7 +8983,7 @@ distribution, others are available somewhere on the web.
       code.  Other scripting languages like @code{perl} can be supported with
       this package as well.
 @item @file{org-eval-light.el} by @i{Eric Schulte}
-      User-controlled evaluation of Lisp code in an Org buffer.
+      User-controlled evaluation of code in an Org buffer.
 @item @file{org-exp-blocks.el} by @i{Eric Schulte}
       Preprocess user-defined blocks for export.
 @item @file{org-expiry.el} by @i{Bastien Guerry}

+ 1 - 1
lisp/org.el

@@ -180,7 +180,7 @@ to add the symbol `xyz', and the package must have a call to
 	(const :tag "C  depend:            TODO dependencies for Org-mode" org-depend)
 	(const :tag "C  elisp-symbol:      Org links to emacs-lisp symbols" org-elisp-symbol)
 	(const :tag "C  eval:              Include command output as text" org-eval)
-	(const :tag "C  eval-light:        Evaluate code on demand" org-eval-light)
+	(const :tag "C  eval-light:        Evaluate inbuffer-code on demand" org-eval-light)
 	(const :tag "C  expiry:            Expiry mechanism for Org entries" org-expiry)
 	(const :tag "C  exp-blocks:        Pre-process blocks for export" org-exp-blocks)
 	(const :tag "C  id:                Global id's for identifying entries" org-id)