]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ibuffer.el (ibuffer-formats): Mention locked column in doc string.
authorTino Calancha <tino.calancha@gmail.com>
Sun, 20 Nov 2016 14:03:36 +0000 (23:03 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 20 Nov 2016 14:03:36 +0000 (23:03 +0900)
lisp/ibuffer.el

index b33c2e39014e36ad13ded2a401bc0169d4cf2c32..8d7ec59462d35fb847c9fb5f27a0ac9cc13d231a 100644 (file)
@@ -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.