瀏覽代碼

org-manual: Fix unbalanced parentheses in an example

* doc/org-manual.org (Attachments): Balance parentheses in code
snippet.
Kyle Meyer 6 年之前
父節點
當前提交
1a16155d99
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -7675,7 +7675,7 @@ a)}}} attach files in Dired buffers.
           (lambda ()
             (define-key dired-mode-map
               (kbd "C-c C-x a")
-              #'org-attach-dired-to-subtree))))
+              #'org-attach-dired-to-subtree)))
 #+end_src
 
 The following code shows how to bind the previous command with