aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index b33c2e39014..8d7ec59462d 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -91,7 +91,7 @@ Each element in `ibuffer-formats' should be a list containing COLUMN
91specifiers. A COLUMN can be any of the following: 91specifiers. A COLUMN can be any of the following:
92 92
93 SYMBOL - A symbol naming the column. Predefined columns are: 93 SYMBOL - A symbol naming the column. Predefined columns are:
94 mark modified read-only name size mode process filename 94 mark modified read-only locked name size mode process filename
95 When you define your own columns using `define-ibuffer-column', just 95 When you define your own columns using `define-ibuffer-column', just
96 use their name like the predefined columns here. This entry can 96 use their name like the predefined columns here. This entry can
97 also be a function of two arguments, which should return a string. 97 also be a function of two arguments, which should return a string.