[O] [PATCH] Fix typo in manual index's description of the 'Hooks' section
* doc/org.texi: Fix typo in description of the 'Hooks' section --- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 4c48a03..d6a4353 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -741,7 +741,7 @@ Interaction with other packages Hacking -* Hooks:: Who to reach into Org's internals +* Hooks:: How to reach into Org's internals * Add-on packages:: Available extensions * Adding hyperlink types:: New custom link types * Context-sensitive commands:: How to add functionality to such commands @@ -15310,7 +15310,7 @@ This appendix covers some aspects where users can extend the functionality of Org. @menu -* Hooks:: Who to reach into Org's internals +* Hooks:: How to reach into Org's internals * Add-on packages:: Available extensions * Adding hyperlink types:: New custom link types * Context-sensitive commands:: How to add functionality to such commands -- 1.7.8.206.g71406
[O] [PATCH] Fix typo in manual
Aloha all, This patch to the manual fixes a typo. All the best, Tom From 96fc5de8a377b69678d5dd82f414d293dea709c6 Mon Sep 17 00:00:00 2001 From: Thomas Dye dk@poto.local Date: Wed, 11 Jan 2012 06:41:02 -1000 Subject: [PATCH] Fix typo on manual pointed out by Francois Pinard --- doc/org.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c3405f1..f619c90 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9027,7 +9027,7 @@ the object with @code{\ref@{tab:basic-data@}}: @example #+CAPTION: This is the caption for the next table (or link) -#+LABEL: tbl:basic-data +#+LABEL: tab:basic-data | ... | ...| |-|| @end example -- 1.7.5.4 -- Thomas S. Dye http://www.tsdye.com
Re: [O] [PATCH] Fix typo in manual
t...@tsdye.com (Thomas S. Dye) writes: This patch to the manual fixes a typo. Applied, thanks! -- Bastien