summaryrefslogtreecommitdiff
path: root/man/faq.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-08-08 18:36:04 +0000
committerGerd Moellmann <gerd@gnu.org>2000-08-08 18:36:04 +0000
commit90df743364dfcd8a1524e35217beb8e920dcf37b (patch)
treebe3714ef659be041ac991b7f3a0a1df836e06e8b /man/faq.texi
parent9eebe3113add1fc42d2b9e4f5f33c5f30d707928 (diff)
downloademacs-90df743364dfcd8a1524e35217beb8e920dcf37b.tar.gz
(Disabling backups): Replace reference to
non-existent initial-dired-omit-files-p with something that works.
Diffstat (limited to 'man/faq.texi')
-rw-r--r--man/faq.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/faq.texi b/man/faq.texi
index 11be45fcaf2..fa7c8481bc9 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -2021,7 +2021,7 @@ You can make omitting the default for new dired buffers by putting the
following in your @file{.emacs}:
@lisp
-(setq initial-dired-omit-files-p t)
+(add-hook 'dired-mode-hook 'dired-omit-toggle)
@end lisp
If you're tired of seeing backup files whenever you do an "ls" at the