]> code.delx.au - gnu-emacs/blobdiff - lisp/ibuffer.el
Update docstrings and comments to use "init file" terminology.
[gnu-emacs] / lisp / ibuffer.el
index c6e799252a22844b655fb5081a8cff6c203887e9..77461469044c653400726d699035d9e748d3e4be 100644 (file)
@@ -123,13 +123,13 @@ own!):
   no upper limit on its size.  The size will also be aligned to the
   right.
 
-Thus, if you wanted to use these two formats, add
+Thus, if you wanted to use these two formats, the appropriate
+value for this variable would be
 
- (setq ibuffer-formats '((mark \" \" name)
-                        (mark modified read-only
-                         (name 16 16 :left) (size 6 -1 :right))))
-
-to your ~/.emacs file.
+  '((mark \" \" name)
+    (mark modified read-only
+          (name 16 16 :left)
+          (size 6 -1 :right)))
 
 Using \\[ibuffer-switch-format], you can rotate the display between
 the specified formats in the list."