aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-05-16 13:12:45 +0000
committerJuanma Barranquero2007-05-16 13:12:45 +0000
commit03237de1f418ba13a0918a49a3e49a0f118ddaff (patch)
tree0db5afc244d8e21b75a3bfab68340f5b377fd6db
parent4132d58cf8c70e2b329e499149e4f4ad4b88627e (diff)
downloademacs-03237de1f418ba13a0918a49a3e49a0f118ddaff.tar.gz
emacs-03237de1f418ba13a0918a49a3e49a0f118ddaff.zip
(Buffer-menu-sort-column): Doc fix.
-rw-r--r--lisp/buff-menu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index f1336a417b9..f3deec529e5 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -102,8 +102,8 @@ 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 "2 for sorting by buffer names, 5 for sorting by file names,
106nil for default sorting by visited order.") 106or nil for default sorting by visited order.")
107 107
108(defconst Buffer-menu-buffer-column 4) 108(defconst Buffer-menu-buffer-column 4)
109 109