diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-08-01 17:36:31 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-08-01 17:36:31 +0000 |
commit | 67de6223a93e70eae55614cafc408244ab54c75c (patch) | |
tree | ea9074e79c653f86f5aa68f3885dc7bcc76eecc8 /lisp/ibuf-ext.el | |
parent | 1605972ed10cbccf370abf7ab02aad68c7535737 (diff) | |
download | emacs-67de6223a93e70eae55614cafc408244ab54c75c.tar.gz |
Docstring fix
Diffstat (limited to 'lisp/ibuf-ext.el')
-rw-r--r-- | lisp/ibuf-ext.el | 2 |
1 files changed, 1 insertions, 1 deletions
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]." ;;;###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) |