Mercurial > emacs
changeset 77707:086fe0d6a1ea
(Buffer-menu-sort-column): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 May 2007 10:46:15 +0000 |
parents | 0a9df36b4e9f |
children | 757ea6230301 |
files | lisp/buff-menu.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/buff-menu.el Wed May 16 08:15:44 2007 +0000 +++ b/lisp/buff-menu.el Wed May 16 10:46:15 2007 +0000 @@ -102,8 +102,8 @@ ;; This should get updated & resorted when you click on a column heading (defvar Buffer-menu-sort-column nil - "2 for sorting by buffer names. 5 for sorting by file names. -nil for default sorting by visited order.") + "2 for sorting by buffer names, 5 for sorting by file names, +or nil for default sorting by visited order.") (defconst Buffer-menu-buffer-column 4)