diff options
| author | Colin Walters | 2002-01-21 03:17:02 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-01-21 03:17:02 +0000 |
| commit | 2e4fae7d6c2883260fc5a9906f5a75dafc133eaf (patch) | |
| tree | d50c8d7921795f6df6af29a92f7bc3fa74aa8548 | |
| parent | 362b0a59979f1c4c938c0e636e8b29db28233ff9 (diff) | |
| download | emacs-2e4fae7d6c2883260fc5a9906f5a75dafc133eaf.tar.gz emacs-2e4fae7d6c2883260fc5a9906f5a75dafc133eaf.zip | |
(toplevel, ibuffer-default-directory): Doc fixes.
| -rw-r--r-- | lisp/ibuffer.el | 4 |
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 | |||
| 83 | for display. | 83 | for display. |
| 84 | 84 | ||
| 85 | This variable has the form | 85 | This variable has the form |
| 86 | ((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...) | 86 | ((COLUMN COLUMN ...) (COLUMN COLUMN ...) ...) |
| 87 | Each element in `ibuffer-formats' should be a list containing COLUMN | 87 | Each element in `ibuffer-formats' should be a list containing COLUMN |
| 88 | specifiers. A COLUMN can be any of the following: | 88 | specifiers. 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. |
| 279 | Nil means inherit the directory of the buffer in which `ibuffer' was | 279 | If nil, inherit the directory of the buffer in which `ibuffer' was |
| 280 | called. Otherwise, this variable should be a string naming a | 280 | called. Otherwise, this variable should be a string naming a |
| 281 | directory, like `default-directory'." | 281 | directory, like `default-directory'." |
| 282 | :type '(choice (const :tag "Inherit" :value nil) | 282 | :type '(choice (const :tag "Inherit" :value nil) |