(Buffer-menu-sort-column): Doc fix.
This commit is contained in:
parent
c11781dedc
commit
84bbd894e3
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-05-16 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* buff-menu.el (Buffer-menu-sort-column): Doc fix.
|
||||
|
||||
2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* files.el (magic-mode-alist, magic-fallback-mode-alist):
|
||||
|
|
|
@ -102,8 +102,9 @@ as it is by default."
|
|||
|
||||
;; 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,
|
||||
or nil for default sorting by visited order.")
|
||||
"Which column to sort the menu on.
|
||||
Use 2 to sort by buffer names, or 5 to sort by file names.
|
||||
nil means sort by visited order (the default).")
|
||||
|
||||
(defconst Buffer-menu-buffer-column 4)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue