aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)