From: Chong Yidong Date: Sat, 14 Mar 2009 17:43:16 +0000 (+0000) Subject: (undo-outer-limit-truncate): Mention that warning-suppress-types is X-Git-Tag: emacs-pretest-23.0.92~211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14f01bef2c1fbd571260ead7644803c4de29f465;p=emacs.git (undo-outer-limit-truncate): Mention that warning-suppress-types is defined in the warnings library (Bug#2668). --- 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))