changeset 42873:e4be1ae52e5c

(toplevel, ibuffer-default-directory): Doc fixes.
author Colin Walters <walters@gnu.org>
date Mon, 21 Jan 2002 03:17:02 +0000
parents f6d90ceb0815
children 95d25103a45e
files lisp/ibuffer.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)