From 8b82c650c5ec3286aa05b3a04d8ae09350c9d26e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 18 Aug 2024 11:52:17 +0200 Subject: filters binding string / newlines --- lisp/mastodon-views.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/mastodon-views.el') diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index f033d3c..c3c372d 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -589,8 +589,8 @@ NO-CONFIRM means there is no ask or message, there is only do." 'mastodon-views--insert-filters nil nil nil "current filters" - "c - create filter | d/k - delete filter at point\n\ - u - update filter\n a/r/U - add/remove/Update filter keyword\n + "c/u - create/update filter | d/k - delete filter\ + at point\n a/r/U - add/remove/Update filter keyword\n\ n/p - next/prev filter" "v2") (with-current-buffer "*mastodon-filters*" (use-local-map mastodon-views--view-filters-keymap))) @@ -604,7 +604,7 @@ JSON is the filters data." (defun mastodon-views--insert-filter-kws (kws) "Insert filter keywords KWS." - (insert "\n\n") + (insert "\n") (let ((beg (point)) (table-cell-horizontal-chars (if (char-displayable-p ?–) ; ?– ?-) "–" -- cgit v1.2.3