# HG changeset patch # User Colin Walters # Date 1011583022 0 # Node ID e4be1ae52e5cfe48e8f99a89b7d0f6b6c9714d5b # Parent f6d90ceb08150062846772747934578811271f0d (toplevel, ibuffer-default-directory): Doc fixes. diff -r f6d90ceb0815 -r e4be1ae52e5c lisp/ibuffer.el --- a/lisp/ibuffer.el Mon Jan 21 03:16:33 2002 +0000 +++ b/lisp/ibuffer.el Mon Jan 21 03:17:02 2002 +0000 @@ -83,7 +83,7 @@ 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 @@ (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)