diff options
author | Lute Kamstra <lute@gnu.org> | 2008-12-03 05:48:14 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2008-12-03 05:48:14 +0000 |
commit | 9201cc281b10650e96296eda8519403e2b508fbd (patch) | |
tree | e86a6ba2b3d0044d996036ccf8430908dca34b26 /lisp/dired-x.el | |
parent | 1b17adfd3b07d24b4665ff66fd1b1dcc05f6c823 (diff) | |
download | emacs-9201cc281b10650e96296eda8519403e2b508fbd.tar.gz |
* align.el:
* allout.el:
* apropos.el:
* arc-mode.el:
* autoinsert.el:
* avoid.el:
* battery.el:
* bookmark.el:
* buff-menu.el:
* calculator.el:
* chistory.el:
* cmuscheme.el:
* comint.el:
* compare-w.el:
* dabbrev.el:
* delim-col.el:
* desktop.el:
* diff-mode.el:
* diff.el:
* dired-aux.el:
* dired-x.el:
* dired.el:
* dos-vars.el:
* ediff-diff.el:
* ediff-help.el:
* ediff-init.el:
* ediff-merg.el:
* ediff-mult.el:
* ediff-ptch.el:
* ediff-vers.el:
* ediff-wind.el:
* ediff.el:
* emerge.el:
* facemenu.el:
* faces.el:
* ffap.el:
* filecache.el:
* find-dired.el:
* font-core.el:
* font-lock.el:
* forms.el:
* fringe.el:
* help-at-pt.el:
* hippie-exp.el:
* ido.el:
* image-file.el:
* imenu.el:
* indent.el:
* info.el:
* isearchb.el:
* iswitchb.el:
* jit-lock.el:
* jka-compr.el:
* log-edit.el:
* lpr.el:
* ls-lisp.el:
* man.el:
* menu-bar.el:
* midnight.el:
* mouse-sel.el:
* mouse.el:
* msb.el:
* outline.el:
* paren.el:
* pcmpl-cvs.el:
* pcmpl-gnu.el:
* pcomplete.el:
* pcvs-info.el:
* pcvs-parse.el:
* printing.el:
* ps-mule.el:
* ps-print.el:
* replace.el:
* ruler-mode.el:
* saveplace.el:
* sb-image.el:
* scroll-bar.el:
* sha1.el:
* shadowfile.el:
* shell.el:
* sort.el:
* speedbar.el:
* strokes.el:
* tempo.el:
* term.el:
* terminal.el:
* time-stamp.el:
* time.el:
* tree-widget.el:
* type-break.el:
* vc-cvs.el:
* vc-hg.el:
* vc-mcvs.el:
* vc-rcs.el:
* vc-sccs.el:
* vc.el:
* view.el:
* w32-vars.el:
* whitespace.el:
* wid-edit.el: Remove leading * from docstrings of defcustoms,
deffaces, defconsts and defuns.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 5495d649132..34494da6422 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -122,29 +122,29 @@ :group 'dired-x) (defcustom dired-bind-vm nil - "*Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'. + "Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'. Also, RMAIL files contain -*- rmail -*- at the top so \"f\", `dired-advertised-find-file', will run rmail." :type 'boolean :group 'dired-keys) (defcustom dired-bind-jump t - "*Non-nil means bind `dired-jump' to C-x C-j, otherwise do not." + "Non-nil means bind `dired-jump' to C-x C-j, otherwise do not." :type 'boolean :group 'dired-keys) (defcustom dired-bind-man t - "*Non-nil means bind `dired-man' to \"N\" in dired-mode, otherwise do not." + "Non-nil means bind `dired-man' to \"N\" in dired-mode, otherwise do not." :type 'boolean :group 'dired-keys) (defcustom dired-bind-info t - "*Non-nil means bind `dired-info' to \"I\" in dired-mode, otherwise do not." + "Non-nil means bind `dired-info' to \"I\" in dired-mode, otherwise do not." :type 'boolean :group 'dired-keys) (defcustom dired-vm-read-only-folders nil - "*If non-nil, \\[dired-vm] will visit all folders read-only. + "If non-nil, \\[dired-vm] will visit all folders read-only. If neither nil nor t, e.g. the symbol `if-file-read-only', only files not writable by you are visited read-only. @@ -171,7 +171,7 @@ plus those ending with extensions in `dired-omit-extensions'." (define-obsolete-variable-alias 'dired-omit-files-p 'dired-omit-mode "22.1") (defcustom dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$" - "*Filenames matching this regexp will not be displayed. + "Filenames matching this regexp will not be displayed. This only has effect when `dired-omit-mode' is t. See interactive function `dired-omit-mode' \(\\[dired-omit-mode]\) and variable `dired-omit-extensions'. The default is to omit `.', `..', auto-save @@ -180,7 +180,7 @@ files and lock files." :group 'dired-x) (defcustom dired-find-subdir nil ; t is pretty near to DWIM... - "*If non-nil, Dired always finds a directory in a buffer of its own. + "If non-nil, Dired always finds a directory in a buffer of its own. If nil, Dired finds the directory as a subdirectory in some other buffer if it is present as one. @@ -194,13 +194,13 @@ toggle between those two." :group 'dired-x) (defcustom dired-omit-size-limit 30000 - "*Maximum size for the \"omitting\" feature. + "Maximum size for the \"omitting\" feature. If nil, there is no maximum size." :type '(choice (const :tag "no maximum" nil) integer) :group 'dired-x) (defcustom dired-enable-local-variables t - "*Control use of local-variables lists in Dired. + "Control use of local-variables lists in Dired. The value can be t, nil or something else. A value of t means local-variables lists are obeyed; nil means they are ignored; anything else means query. @@ -213,7 +213,7 @@ a directory. See also `dired-local-variables-file'." (defcustom dired-guess-shell-gnutar (when (or (eq system-type 'gnu) (eq system-type 'gnu/linux)) "tar") - "*If non-nil, name of GNU tar executable. + "If non-nil, name of GNU tar executable. \(E.g., \"tar\" or \"gtar\"). The `z' switch will be used with it for compressed or gzip'ed tar files. If you don't have GNU tar, set this to nil: a pipe using `zcat' or `gunzip -c' will be used." @@ -222,18 +222,18 @@ to nil: a pipe using `zcat' or `gunzip -c' will be used." :group 'dired-x) (defcustom dired-guess-shell-gzip-quiet t - "*Non-nil says pass -q to gzip overriding verbose GZIP environment." + "Non-nil says pass -q to gzip overriding verbose GZIP environment." :type 'boolean :group 'dired-x) (defcustom dired-guess-shell-znew-switches nil - "*If non-nil, then string of switches passed to `znew', example: \"-K\"." + "If non-nil, then string of switches passed to `znew', example: \"-K\"." :type '(choice (const :tag "None" nil) (string :tag "Switches")) :group 'dired-x) (defcustom dired-clean-up-buffers-too t - "*Non-nil means offer to kill buffers visiting files and dirs deleted in Dired." + "Non-nil means offer to kill buffers visiting files and dirs deleted in Dired." :type 'boolean :group 'dired-x) |