diff options
-rw-r--r-- | lisp/init-ace.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |