Pārlūkot izejas kodu

org-manual: Suggest kbd macro for bindings

* doc/org-manual.org (Capture templates): Suggest kbd macro for
bindings.
Nicolas Goaziou 5 gadi atpakaļ
vecāks
revīzija
a8da497261
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -7417,7 +7417,7 @@ going through the interactive template selection, you can create your
 key binding like this:
 
 #+begin_src emacs-lisp
-(define-key global-map "\C-cx"
+(define-key global-map (kbd "C-c x")
   (lambda () (interactive) (org-capture nil "x")))
 #+end_src