From 2e4fae7d6c2883260fc5a9906f5a75dafc133eaf Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 21 Jan 2002 03:17:02 +0000 Subject: [PATCH] (toplevel, ibuffer-default-directory): Doc fixes. --- lisp/ibuffer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 1cc9f4f0ebe..6cade5ae752 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -83,7 +83,7 @@ control the appearance of an Ibuffer buffer. See also for display. This variable has the form -((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...) + ((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...) Each element in `ibuffer-formats' should be a list containing COLUMN specifiers. A COLUMN can be any of the following: @@ -276,7 +276,7 @@ This feature only works on Emacs 21 or later." (defcustom ibuffer-default-directory nil "The default directory to use for a new ibuffer buffer. -Nil means inherit the directory of the buffer in which `ibuffer' was +If nil, inherit the directory of the buffer in which `ibuffer' was called. Otherwise, this variable should be a string naming a directory, like `default-directory'." :type '(choice (const :tag "Inherit" :value nil) -- 2.39.2