Browse Source

org-manual: Fix unbalanced parentheses in an example

* doc/org-manual.org (Attachments): Balance parentheses in code
snippet.
Kyle Meyer 6 years ago
parent
commit
1a16155d99
1 changed files with 1 additions and 1 deletions
  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