]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-omit-marker-char): Delete duplicate words.
authorJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:21:16 +0000 (15:21 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:21:16 +0000 (15:21 +0000)
lisp/dired-x.el

index 1c14101827a4f367bd5c40c260007a129d02b2ec..bb5365259511eac48c647102bb2e1a0f6741da93 100644 (file)
@@ -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 ()