summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2016-11-20 23:03:36 +0900
committerTino Calancha <tino.calancha@gmail.com>2016-11-20 23:03:36 +0900
commit26c45889259682af0fbf05bccf7f084408860125 (patch)
tree62a7059f5361a2ee23d9d99b99e0d9e6ce52260f /lisp
parent43255732987afe72427816a6899ab58159e56638 (diff)
downloademacs-26c45889259682af0fbf05bccf7f084408860125.tar.gz
* lisp/ibuffer.el (ibuffer-formats): Mention locked column in doc string.
Diffstat (limited to 'lisp')
-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
specifiers. A COLUMN can be any of the following:
SYMBOL - A symbol naming the column. Predefined columns are:
- mark modified read-only name size mode process filename
+ mark modified read-only locked name size mode process filename
When you define your own columns using `define-ibuffer-column', just
use their name like the predefined columns here. This entry can
also be a function of two arguments, which should return a string.