# HG changeset patch # User Karl Heuer # Date 919808205 0 # Node ID 32fd8c1e4e5148483f1e0c02aef250563ed921d5 # Parent fe2294e5627d78a67bcda93062725d0b2bef3eb6 (clean-buffer-list-kill-regexps): Doc fix. (clean-buffer-list-kill-buffer-names): Doc fix. diff -r fe2294e5627d -r 32fd8c1e4e51 lisp/midnight.el --- a/lisp/midnight.el Tue Feb 23 22:09:47 1999 +0000 +++ b/lisp/midnight.el Tue Feb 23 22:16:45 1999 +0000 @@ -104,7 +104,7 @@ If buffer name matches a regexp in the list and the buffer was not displayed in the last `clean-buffer-list-delay-special' seconds, it is killed by `clean-buffer-list' when is it in `midnight-hook'. -If a member of the list is a cons, it's `car' is the regexp and its `cdr' is +If a member of the list is a cons, its `car' is the regexp and its `cdr' is the number of seconds to use instead of `clean-buffer-list-delay-special'. See also `clean-buffer-list-kill-buffer-names', `clean-buffer-list-kill-never-regexps' and @@ -119,7 +119,7 @@ Buffers with names in this list, which were not displayed in the last `clean-buffer-list-delay-special' seconds, are killed by `clean-buffer-list' when is it in `midnight-hook'. -If a member of the list is a cons, it's `car' is the name and its `cdr' is +If a member of the list is a cons, its `car' is the name and its `cdr' is the number of seconds to use instead of `clean-buffer-list-delay-special'. See also `clean-buffer-list-kill-regexps', `clean-buffer-list-kill-never-regexps' and