diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-08-01 00:26:23 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-08-01 00:26:23 -0400 |
commit | feb2920bf39e2a7afbf5c9019bc6411f36b49596 (patch) | |
tree | e7a3478f92eeffb75585d5a6026c95a33c3b6802 /lisp | |
parent | 311dc8a870a8754b3202965de882e7d92e9d8a19 (diff) | |
download | emacs.d-feb2920bf39e2a7afbf5c9019bc6411f36b49596.tar.gz |
Fix docstring
Diffstat (limited to 'lisp')
-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)) |