]> git.eshelyaron.com Git - emacs.git/commitdiff
Docstring fix
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 1 Aug 2007 17:36:31 +0000 (17:36 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 1 Aug 2007 17:36:31 +0000 (17:36 +0000)
lisp/ChangeLog
lisp/ibuf-ext.el

index 8eed90ca0e8e0afae7968f2ce7658f061acf372f..a93f50ecb337830ebf03da0430b60c791a8e69b8 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-01  Eric Hanchrow  <offby1@blarg.net>
+
+       * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
+
 2007-07-31  Drew Adams  <drew.adams@oracle.com>
 
        * cus-edit.el (custom-group-value-create, custom-goto-parent): Fix
index 4f510472d54d1136a9bb402c94af8d0adfd0e920..b077342e5f522ea9e7b801e311abd14d8232dfa6 100644 (file)
@@ -1482,7 +1482,7 @@ You can then feed the file name(s) to other commands with \\[yank]."
 
 ;;;###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)