aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-07-18 15:21:16 +0000
committerJuri Linkov2005-07-18 15:21:16 +0000
commit4cdc09a951a122a70078381fdc310fe672579243 (patch)
tree1ce4ddeea29ca2bd43ae3540695a50405de62b92
parent9d9ee410b8272a203bfddd2d4662bddafb82e58c (diff)
downloademacs-4cdc09a951a122a70078381fdc310fe672579243.tar.gz
emacs-4cdc09a951a122a70078381fdc310fe672579243.zip
(dired-omit-marker-char): Delete duplicate words.
-rw-r--r--lisp/dired-x.el2
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.")
484 484
485;; \017=^O for Omit - other packages can chose other control characters. 485;; \017=^O for Omit - other packages can chose other control characters.
486(defvar dired-omit-marker-char ?\017 486(defvar dired-omit-marker-char ?\017
487 "Temporary marker used by by dired-omit. 487 "Temporary marker used by dired-omit.
488Should never be used as marker by the user or other packages.") 488Should never be used as marker by the user or other packages.")
489 489
490(defun dired-omit-startup () 490(defun dired-omit-startup ()