changeset 102556:a9b46e59b066

(undo-outer-limit-truncate): Mention that warning-suppress-types is defined in the warnings library (Bug#2668).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 14 Mar 2009 17:43:16 +0000
parents a0f04cd7b209
children efe8d58403df
files lisp/simple.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Mar 14 17:42:18 2009 +0000
+++ b/lisp/simple.el	Sat Mar 14 17:43:16 2009 +0000
@@ -1980,7 +1980,8 @@
 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))