Skip to content

Commit

Permalink
Fix newlines in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Dec 23, 2017
1 parent d8c6df3 commit 6ee6d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-help.el
Original file line number Diff line number Diff line change
Expand Up @@ -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-map>\\[helm-copy-to-buffer]' instead of RET
Expand Down

0 comments on commit 6ee6d96

Please sign in to comment.