org-manual: Fix unbalanced parentheses in an example

* doc/org-manual.org (Attachments): Balance parentheses in code
snippet.
This commit is contained in:
Kyle Meyer 2019-02-03 12:00:21 -05:00
parent 96cc9b58c2
commit 1a16155d99
1 changed files with 1 additions and 1 deletions

View File

@ -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