emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 26c4588: * lisp/ibuffer.el (ibuffer-formats): Menti


From: Tino Calancha
Subject: [Emacs-diffs] master 26c4588: * lisp/ibuffer.el (ibuffer-formats): Mention locked column in doc string.
Date: Sun, 20 Nov 2016 14:04:34 +0000 (UTC)

branch: master
commit 26c45889259682af0fbf05bccf7f084408860125
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    * lisp/ibuffer.el (ibuffer-formats): Mention locked column in doc string.
---
 lisp/ibuffer.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index b33c2e3..8d7ec59 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]