summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-11-01 23:31:57 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-11-01 23:31:57 +0100
commit6382a6bbb31aad38b3157a8cb6b2e2c8f39fcd6e (patch)
treed360755bfda3e0b50f9176be5ae40640d73d3676
parent85a675b939b469984fa701b42fa11eae262ec732 (diff)
downloadorg-mode-6382a6bbb31aad38b3157a8cb6b2e2c8f39fcd6e.tar.gz
org-attach: Fix command string
* lisp/org-attach.el (org-attach): Add missing command letters.
-rw-r--r--lisp/org-attach.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 53389f7..e827d37 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -193,7 +193,7 @@ D Delete all of a task's attachments. A safer way is
s Set a specific attachment directory for this entry or reset to default.
i Make children of the current entry inherit its attachment directory.")))
(org-fit-window-to-buffer (get-buffer-window "*Org Attach*"))
- (message "Select command: [acmlzoOfFdD]")
+ (message "Select command: [acmlyunzoOfFdD]")
(setq c (read-char-exclusive))
(and (get-buffer "*Org Attach*") (kill-buffer "*Org Attach*"))))
(cond