aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-01-21 03:17:02 +0000
committerColin Walters2002-01-21 03:17:02 +0000
commit2e4fae7d6c2883260fc5a9906f5a75dafc133eaf (patch)
treed50c8d7921795f6df6af29a92f7bc3fa74aa8548
parent362b0a59979f1c4c938c0e636e8b29db28233ff9 (diff)
downloademacs-2e4fae7d6c2883260fc5a9906f5a75dafc133eaf.tar.gz
emacs-2e4fae7d6c2883260fc5a9906f5a75dafc133eaf.zip
(toplevel, ibuffer-default-directory): Doc fixes.
-rw-r--r--lisp/ibuffer.el4
1 files 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
83for display. 83for display.
84 84
85This variable has the form 85This variable has the form
86((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...) 86 ((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...)
87Each element in `ibuffer-formats' should be a list containing COLUMN 87Each element in `ibuffer-formats' should be a list containing COLUMN
88specifiers. A COLUMN can be any of the following: 88specifiers. A COLUMN can be any of the following:
89 89
@@ -276,7 +276,7 @@ This feature only works on Emacs 21 or later."
276 276
277(defcustom ibuffer-default-directory nil 277(defcustom ibuffer-default-directory nil
278 "The default directory to use for a new ibuffer buffer. 278 "The default directory to use for a new ibuffer buffer.
279Nil means inherit the directory of the buffer in which `ibuffer' was 279If nil, inherit the directory of the buffer in which `ibuffer' was
280called. Otherwise, this variable should be a string naming a 280called. Otherwise, this variable should be a string naming a
281directory, like `default-directory'." 281directory, like `default-directory'."
282 :type '(choice (const :tag "Inherit" :value nil) 282 :type '(choice (const :tag "Inherit" :value nil)