+2014-02-09 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/warnings.el (lwarn):
+ Empower help-enable-auto-load. (Bug#15940)
+
2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
* vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
(set-window-start window warning-series))
(sit-for 0))))))))
\f
+;; Use \\<special-mode-map> so that help-enable-auto-load can do its thing.
+;; Any keymap that is defined will do.
;;;###autoload
(defun lwarn (type level message &rest args)
"Display a warning message made from (format MESSAGE ARGS...).
+\\<special-mode-map>
Aside from generating the message with `format',
this is equivalent to `display-warning'.