summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-08-31 08:23:11 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-08-31 08:23:11 +0200
commitfc567582a8fb4302db6ae9200b1ba38ae2b9c6f5 (patch)
treeb8fcf025bd60ca72f5e7f3d8a335918f28ab502c
parentb212d2ed606128e4cde01f2d982f318977501363 (diff)
downloadorg-mode-fc567582a8fb4302db6ae9200b1ba38ae2b9c6f5.tar.gz
Fix typos
patch by Stephen Eglen
-rw-r--r--doc/org.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 2e61ddf..4ce32ce 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11176,10 +11176,10 @@ Include the code block in the tangled output to file @samp{filename}.
@kindex C-c C-v t
@subsubheading Functions
@table @code
-@item org-babel-tangle @kbd{C-c C-v t}
-Tangle the current file.
+@item org-babel-tangle
+Tangle the current file. Bound to @kbd{C-c C-v t}.
@item org-babel-tangle-file
-Choose a file to tangle.
+Choose a file to tangle. Bound to @kbd{C-c C-v f}.
@end table
@subsubheading Hooks