From 14f01bef2c1fbd571260ead7644803c4de29f465 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 14 Mar 2009 17:43:16 +0000 Subject: [PATCH] (undo-outer-limit-truncate): Mention that warning-suppress-types is defined in the warnings library (Bug#2668). --- lisp/simple.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index d758fc1f0a7..cf4bd434a2d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1980,7 +1980,8 @@ If you did not execute any such command, the situation is probably due to a bug and you should report it. You can disable the popping up of this buffer by adding the entry -\(undo discard-info) to the user option `warning-suppress-types'.\n") +\(undo discard-info) to the user option `warning-suppress-types', +which is defined in the `warnings' library.\n") :warning) (setq buffer-undo-list nil) t)) -- 2.39.5