aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2007-08-01 17:36:31 +0000
committerVinicius Jose Latorre2007-08-01 17:36:31 +0000
commit67de6223a93e70eae55614cafc408244ab54c75c (patch)
treeea9074e79c653f86f5aa68f3885dc7bcc76eecc8
parent1605972ed10cbccf370abf7ab02aad68c7535737 (diff)
downloademacs-67de6223a93e70eae55614cafc408244ab54c75c.tar.gz
emacs-67de6223a93e70eae55614cafc408244ab54c75c.zip
Docstring fix
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ibuf-ext.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8eed90ca0e8..a93f50ecb33 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-08-01 Eric Hanchrow <offby1@blarg.net>
2
3 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
4
12007-07-31 Drew Adams <drew.adams@oracle.com> 52007-07-31 Drew Adams <drew.adams@oracle.com>
2 6
3 * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix 7 * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 4f510472d54..b077342e5f5 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -1482,7 +1482,7 @@ You can then feed the file name(s) to other commands with \\[yank]."
1482 1482
1483;;;###autoload 1483;;;###autoload
1484(defun ibuffer-mark-old-buffers () 1484(defun ibuffer-mark-old-buffers ()
1485 "Mark buffers which have not been viewed in `ibuffer-old-time' days." 1485 "Mark buffers which have not been viewed in `ibuffer-old-time' hours."
1486 (interactive) 1486 (interactive)
1487 (ibuffer-mark-on-buffer 1487 (ibuffer-mark-on-buffer
1488 #'(lambda (buf) 1488 #'(lambda (buf)