summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-ace.el4
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))