0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:37:50 +00:00

org.texi: Fix typo

* doc/org.texi (Extracting source code): Fix typo.
This commit is contained in:
Jorge A. Alfaro Murillo 2015-08-25 15:12:43 -04:00 committed by Nicolas Goaziou
parent af0704b4d5
commit fc40d16bda

View file

@ -14946,7 +14946,7 @@ The @code{org-babel-tangle-jump-to-org} function provides this jumping from
code to Org-mode functionality. Two header arguments are required for
jumping to work, first the @code{padline} (@ref{padline}) option must be set
to true (the default setting), second the @code{comments} (@ref{comments})
header argument must be set to @code{links}, which will insert comments into
header argument must be set to @code{link}, which will insert comments into
the source code buffer which point back to the original Org-mode file.
@node Evaluating code blocks