From feb2920bf39e2a7afbf5c9019bc6411f36b49596 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 1 Aug 2015 00:26:23 -0400 Subject: Fix docstring --- lisp/init-ace.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/init-ace.el b/lisp/init-ace.el index 2083a64..3417013 100644 --- a/lisp/init-ace.el +++ b/lisp/init-ace.el @@ -31,8 +31,8 @@ "Press a widget that is visible in the current buffer. This can be used in place of `ace-link-gnus' and has the advantage of working for gwene buffers in addition to normal mail -buffers working to normal mail buffers because it doesn't rely on -the 'gnus-string' text property." +buffers because it doesn't rely on the 'gnus-string' text +property." (interactive) (when (eq major-mode 'gnus-summary-mode) (gnus-summary-widget-forward 1)) -- cgit v1.2.3