summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2014-03-15 20:45:51 -0600
committerEric Schulte <schulte.eric@gmail.com>2014-03-15 20:45:51 -0600
commite01672c2fb6604954920220628028b5392b8fea4 (patch)
treefb75f044b79d109ed6eb10408519b38c82cc99de
parent64d9ba15b60e4368a9681f5269efe8fbb3875d62 (diff)
downloadorg-mode-e01672c2fb6604954920220628028b5392b8fea4.tar.gz
fixed broken @index commands in documentation
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 8331139..3c5be15 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9890,7 +9890,7 @@ In line [[(sc)]] we remember the current position. [[(jump)][Line (jump)]]
jumps to point-min.
@end example
-@index indentation, in source blocks
+@cindex indentation, in source blocks
Finally, you can use @code{-i} to preserve the indentation of a specific code
block (@pxref{Editing source code}).
@@ -13805,7 +13805,7 @@ can be used to map arbitrary language names to existing major modes.
@item org-src-window-setup
Controls the way Emacs windows are rearranged when the edit buffer is created.
@item org-src-preserve-indentation
-@index indentation, in source blocks
+@cindex indentation, in source blocks
By default, the value is @code{nil}, which means that when code blocks are
evaluated during export or tangled, they are re-inserted into the code block,
which may replace sequences of spaces with tab characters. When non-nil,