Преглед на файлове

org.texi (Library of Babel): Tiny fix

* org.texi (Library of Babel): Tiny fix.

Thanks to Charles Millar for reporting this.
Bastien преди 10 години
родител
ревизия
49ef9d02a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      doc/org.texi

+ 1 - 3
doc/org.texi

@@ -15037,15 +15037,13 @@ Org mode file.  Code blocks defined in the ``Library of Babel'' can be called
 remotely as if they were in the current Org mode buffer (see @ref{Evaluating
 code blocks} for information on the syntax of remote code block evaluation).
 
-
 The central repository of code blocks in the ``Library of Babel'' is housed
-in an Org mode file located in the @samp{contrib} directory of Org mode.
+in an Org mode file located in the @samp{doc} directory of Org mode.
 
 Users can add code blocks they believe to be generally useful to their
 ``Library of Babel.''  The code blocks can be stored in any Org mode file and
 then loaded into the library with @code{org-babel-lob-ingest}.
 
-
 @kindex C-c C-v i
 Code blocks located in any Org mode file can be loaded into the ``Library of
 Babel'' with the @code{org-babel-lob-ingest} function, bound to @kbd{C-c C-v