diff options
author | Juri Linkov <juri@jurta.org> | 2005-07-18 15:21:16 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-07-18 15:21:16 +0000 |
commit | 4cdc09a951a122a70078381fdc310fe672579243 (patch) | |
tree | 1ce4ddeea29ca2bd43ae3540695a50405de62b92 /lisp/dired-x.el | |
parent | 9d9ee410b8272a203bfddd2d4662bddafb82e58c (diff) | |
download | emacs-4cdc09a951a122a70078381fdc310fe672579243.tar.gz |
(dired-omit-marker-char): Delete duplicate words.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 1c14101827a..bb536525951 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -484,7 +484,7 @@ need to match the entire file name.") ;; \017=^O for Omit - other packages can chose other control characters. (defvar dired-omit-marker-char ?\017 - "Temporary marker used by by dired-omit. + "Temporary marker used by dired-omit. Should never be used as marker by the user or other packages.") (defun dired-omit-startup () |