From: Juanma Barranquero Date: Tue, 17 Apr 2012 16:24:44 +0000 (+0200) Subject: lisp/subr.el: Update comment. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/8eae3a58fc73f0f89a4a7a3bc1313a2464fbc920 lisp/subr.el: Update comment. --- diff --git a/lisp/subr.el b/lisp/subr.el index 497809a23e..87b9898852 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1888,8 +1888,7 @@ Used from `delayed-warnings-hook' (which see)." (push warning collapsed))) (setq delayed-warnings-list (nreverse collapsed)))) -;; At present this is only really useful for Emacs internals. -;; Document in the lispref if it becomes generally useful. +;; At present this is only used for Emacs internals. ;; Ref http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00085.html (defvar delayed-warnings-hook '(collapse-delayed-warnings display-delayed-warnings)