From 9ebe00d14427371db7ac14de78e1b8e2f2fdf5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 26 Jul 2015 20:02:36 +0200 Subject: [PATCH] core: fix typo in ChangeLog --- ChangeLog.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index eb17ddc0a..69eb45b4a 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -19,9 +19,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] === New features -* core: start/stop search in current buffer at current scroll position by - default, add key key[ctrl-Q] to stop search and reset scroll - (issue #76, issue #393) +* core: start/stop search in buffer at current scroll position by default, + add key key[ctrl-Q] to stop search and reset scroll (issue #76, issue #393) * core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with key[alt-k] * core: add option weechat.look.confirm_upgrade (issue #463)