aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Verona2012-12-13 02:02:08 +0100
committerJoakim Verona2012-12-13 02:02:08 +0100
commit8fef0521a762381740cd492fd18b4e24a293f330 (patch)
tree0477fa8ceecf3ed1ca05a3392b45a4b55f4c8327
parent3c91d70dbf62e178ef0362f00768b20fd0aac8b2 (diff)
parentdd40b947460dc42e25873b56e560bf78ea056ad3 (diff)
downloademacs-8fef0521a762381740cd492fd18b4e24a293f330.tar.gz
emacs-8fef0521a762381740cd492fd18b4e24a293f330.zip
auto upstream
-rw-r--r--lisp/gnus/gnus-start.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el
index a8b6c5b4816..7b6e33d41fd 100644
--- a/lisp/gnus/gnus-start.el
+++ b/lisp/gnus/gnus-start.el
@@ -404,6 +404,7 @@ See also `gnus-before-resume-hook'."
404 "A hook called before resuming Gnus after suspend. 404 "A hook called before resuming Gnus after suspend.
405This hook is called as the first thing when Gnus is resumed after a suspend. 405This hook is called as the first thing when Gnus is resumed after a suspend.
406See also `gnus-before-startup-hook'." 406See also `gnus-before-startup-hook'."
407 :version "24.4"
407 :group 'gnus-start 408 :group 'gnus-start
408 :type 'hook) 409 :type 'hook)
409 410