diff options
| author | Chong Yidong | 2009-03-14 17:43:16 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-03-14 17:43:16 +0000 |
| commit | 14f01bef2c1fbd571260ead7644803c4de29f465 (patch) | |
| tree | 1d156b377a9410cb8219632c080b7912b41f192d | |
| parent | dbe24f207e98b9f36bc81baf632a13ac7e5c6f89 (diff) | |
| download | emacs-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.el | 3 |
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 | |||
| 1980 | probably due to a bug and you should report it. | 1980 | probably due to a bug and you should report it. |
| 1981 | 1981 | ||
| 1982 | You can disable the popping up of this buffer by adding the entry | 1982 | You 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', |
| 1984 | which 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)) |