changeset 82233:337c5a70f4ca

Docstring fix
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 01 Aug 2007 17:39:23 +0000
parents 58ac5a791dfa
children 729279f419f3
files lisp/ChangeLog lisp/ibuf-ext.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 01 17:13:45 2007 +0000
+++ b/lisp/ChangeLog	Wed Aug 01 17:39:23 2007 +0000
@@ -8,6 +8,10 @@
 	* menu-bar.el (menu-bar-vc-filter): New function.
 	(menu-bar-tools-menu): Use it as a filter.
 
+2007-08-01  Eric Hanchrow  <offby1@blarg.net>
+
+	* ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
+
 2007-08-01  Glenn Morris  <rgm@gnu.org>
 
 	* progmodes/fortran.el: Remove leading `*' from all defcustom doc
--- a/lisp/ibuf-ext.el	Wed Aug 01 17:13:45 2007 +0000
+++ b/lisp/ibuf-ext.el	Wed Aug 01 17:39:23 2007 +0000
@@ -1482,7 +1482,7 @@
 
 ;;;###autoload
 (defun ibuffer-mark-old-buffers ()
-  "Mark buffers which have not been viewed in `ibuffer-old-time' days."
+  "Mark buffers which have not been viewed in `ibuffer-old-time' hours."
   (interactive)
   (ibuffer-mark-on-buffer
    #'(lambda (buf)