diff options
Diffstat (limited to 'lisp/buff-menu.el')
| -rw-r--r-- | lisp/buff-menu.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index f3deec529e5..a6e24b5343e 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -102,8 +102,9 @@ as it is by default." | |||
| 102 | 102 | ||
| 103 | ;; This should get updated & resorted when you click on a column heading | 103 | ;; This should get updated & resorted when you click on a column heading |
| 104 | (defvar Buffer-menu-sort-column nil | 104 | (defvar Buffer-menu-sort-column nil |
| 105 | "2 for sorting by buffer names, 5 for sorting by file names, | 105 | "Which column to sort the menu on. |
| 106 | or nil for default sorting by visited order.") | 106 | Use 2 to sort by buffer names, or 5 to sort by file names. |
| 107 | nil means sort by visited order (the default).") | ||
| 107 | 108 | ||
| 108 | (defconst Buffer-menu-buffer-column 4) | 109 | (defconst Buffer-menu-buffer-column 4) |
| 109 | 110 | ||