From 6ee6d967d091542dcd16a60e41136a74c5d5c40d Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sat, 23 Dec 2017 08:13:20 +0100 Subject: [PATCH] Fix newlines in doc --- helm-help.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-help.el b/helm-help.el index d88b551af..e5c94cbe2 100644 --- a/helm-help.el +++ b/helm-help.el @@ -1479,8 +1479,8 @@ You can concatenate marked candidates and yank them in the current buffer, thus creating a new entry in the kill ring. Candidates are concatenated with `helm-kill-ring-separator' as default but you can change interactively the separator while yanking by using two prefix -args. When you have something else than \"\n\" as default value for -`helm-kill-ring-separator' and you want to use \"\n\" from prompt, use +args. When you have something else than \"\\n\" as default value for +`helm-kill-ring-separator' and you want to use \"\\n\" from prompt, use `C-q C-j' to enter a newline in prompt. To not push a new entry in the kill ring, use `\\\\[helm-copy-to-buffer]' instead of RET