aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-02-23 22:16:45 +0000
committerKarl Heuer1999-02-23 22:16:45 +0000
commitf40c9c7b587b2e8758e716fe44cc8302484575f4 (patch)
tree0551354033440b1d0660a2105ebf748c4959cac9
parent8e339303f40bcb80c7bdddb2237b18cd21fc8586 (diff)
downloademacs-f40c9c7b587b2e8758e716fe44cc8302484575f4.tar.gz
emacs-f40c9c7b587b2e8758e716fe44cc8302484575f4.zip
(clean-buffer-list-kill-regexps): Doc fix.
(clean-buffer-list-kill-buffer-names): Doc fix.
-rw-r--r--lisp/midnight.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/midnight.el b/lisp/midnight.el
index c70db15ae24..445a456be8e 100644
--- a/lisp/midnight.el
+++ b/lisp/midnight.el
@@ -104,7 +104,7 @@ displayed more than this many seconds ago."
104If buffer name matches a regexp in the list and the buffer was not displayed 104If buffer name matches a regexp in the list and the buffer was not displayed
105in the last `clean-buffer-list-delay-special' seconds, it is killed by 105in the last `clean-buffer-list-delay-special' seconds, it is killed by
106`clean-buffer-list' when is it in `midnight-hook'. 106`clean-buffer-list' when is it in `midnight-hook'.
107If a member of the list is a cons, it's `car' is the regexp and its `cdr' is 107If a member of the list is a cons, its `car' is the regexp and its `cdr' is
108the number of seconds to use instead of `clean-buffer-list-delay-special'. 108the number of seconds to use instead of `clean-buffer-list-delay-special'.
109See also `clean-buffer-list-kill-buffer-names', 109See also `clean-buffer-list-kill-buffer-names',
110`clean-buffer-list-kill-never-regexps' and 110`clean-buffer-list-kill-never-regexps' and
@@ -119,7 +119,7 @@ See also `clean-buffer-list-kill-buffer-names',
119Buffers with names in this list, which were not displayed in the last 119Buffers with names in this list, which were not displayed in the last
120`clean-buffer-list-delay-special' seconds, are killed by `clean-buffer-list' 120`clean-buffer-list-delay-special' seconds, are killed by `clean-buffer-list'
121when is it in `midnight-hook'. 121when is it in `midnight-hook'.
122If a member of the list is a cons, it's `car' is the name and its `cdr' is 122If a member of the list is a cons, its `car' is the name and its `cdr' is
123the number of seconds to use instead of `clean-buffer-list-delay-special'. 123the number of seconds to use instead of `clean-buffer-list-delay-special'.
124See also `clean-buffer-list-kill-regexps', 124See also `clean-buffer-list-kill-regexps',
125`clean-buffer-list-kill-never-regexps' and 125`clean-buffer-list-kill-never-regexps' and