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

index 123c2cdc47907467601b74e079b10479477610e4..ca217d97927c579cd113cfad5d74f669643ed5b6 100644 (file)
@@ -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
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)