gnus-art.el (gnus-article-describe-bindings): Add a comment
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 7 May 2013 11:43:26 +0000 (11:43 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 7 May 2013 11:43:26 +0000 (11:43 +0000)
lisp/gnus-art.el

index 9f12e45..64598b1 100644 (file)
@@ -6681,6 +6681,8 @@ then we display only bindings that start with that prefix."
                    (with-current-buffer ,(current-buffer)
                      (gnus-article-describe-bindings prefix)))
                  ,prefix)))
+      ;; Loading `help-mode' here is necessary if `describe-bindings'
+      ;; is replaced with something, e.g. `helm-descbinds'.
       (require 'help-mode)
       (with-current-buffer (let (help-xref-following) (help-buffer))
        (setq help-xref-stack-item item)))))