summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/km-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/km-gnus.el b/init/km-gnus.el
index dd794a7..dc8ff0f 100644
--- a/init/km-gnus.el
+++ b/init/km-gnus.el
@@ -120,7 +120,7 @@ another window."
(defun km/gnus-end-of-article-buffer ()
"Move point to the end of the article buffer."
- ;; next 3 lines from gnus-sum.el `gnus-summary-widget-forward'
+ ;; The next 3 lines are from `gnus-summary-widget-forward'.
(gnus-summary-select-article)
(gnus-configure-windows 'article)
(select-window (gnus-get-buffer-window gnus-article-buffer))