فهرست منبع

org.texi: use "x" as a key for the org-capture example.

"\C-cc" is already the recommended key for org-capture.
Bastien Guerry 14 سال پیش
والد
کامیت
145d1bf7e5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      doc/org.texi

+ 2 - 2
doc/org.texi

@@ -6291,8 +6291,8 @@ through the interactive template selection, you can create your key binding
 like this:
 
 @lisp
-(define-key global-map "\C-cc"
-   (lambda () (interactive) (org-capture nil "t")))
+(define-key global-map "\C-cx"
+   (lambda () (interactive) (org-capture nil "x")))
 @end lisp
 
 @menu