From 217b7cf2a3baa2fd3c12455af6b75e9bd7608988 Mon Sep 17 00:00:00 2001
From: William Henney <whenney@gmail.com>
Date: Fri, 25 Jun 2010 17:04:52 -0500
Subject: [PATCH] Fix missing braces in org.texi

---
 doc/org.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/org.texi b/doc/org.texi
index 0bf2f2b..f3e88b8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5911,7 +5911,7 @@ the documentation for org-remember at
 The new capturing setup described here is preferred and should be used by new
 users.  To convert your @code{org-remember-templates}, run the command
 @example
-@kbd M-x org-capture-import-remember-templates RET
+@kbd{M-x org-capture-import-remember-templates RET}
 @end example
 @noindent and then customize the new variable with @kbd{M-x
 customize-variable org-capture-templates}, check the result, and save the
-- 
1.5.5

