summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-02-03 12:00:21 -0500
committerKyle Meyer <kyle@kyleam.com>2019-02-03 12:03:54 -0500
commit1a16155d99f7e8a411b12f3b255ec2f96ccbe113 (patch)
treecf9423a796f550c7351dc777490c5246e102d26b
parent96cc9b58c27d06ffb7d7506584a4a9198f3f50c5 (diff)
downloadorg-mode-1a16155d99f7e8a411b12f3b255ec2f96ccbe113.tar.gz
org-manual: Fix unbalanced parentheses in an example
* doc/org-manual.org (Attachments): Balance parentheses in code snippet.
-rw-r--r--doc/org-manual.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 01f2f1b..5f6446a 100644
--- a/doc/org-manual.org
+++ b/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