aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-03-14 17:43:16 +0000
committerChong Yidong2009-03-14 17:43:16 +0000
commit14f01bef2c1fbd571260ead7644803c4de29f465 (patch)
tree1d156b377a9410cb8219632c080b7912b41f192d
parentdbe24f207e98b9f36bc81baf632a13ac7e5c6f89 (diff)
downloademacs-14f01bef2c1fbd571260ead7644803c4de29f465.tar.gz
emacs-14f01bef2c1fbd571260ead7644803c4de29f465.zip
(undo-outer-limit-truncate): Mention that warning-suppress-types is
defined in the warnings library (Bug#2668).
-rw-r--r--lisp/simple.el3
1 files changed, 2 insertions, 1 deletions
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
1980probably due to a bug and you should report it. 1980probably due to a bug and you should report it.
1981 1981
1982You can disable the popping up of this buffer by adding the entry 1982You can disable the popping up of this buffer by adding the entry
1983\(undo discard-info) to the user option `warning-suppress-types'.\n") 1983\(undo discard-info) to the user option `warning-suppress-types',
1984which is defined in the `warnings' library.\n")
1984 :warning) 1985 :warning)
1985 (setq buffer-undo-list nil) 1986 (setq buffer-undo-list nil)
1986 t)) 1987 t))