aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGlenn Morris2011-03-01 20:13:57 -0800
committerGlenn Morris2011-03-01 20:13:57 -0800
commit8889f4e2c332b0ecedc9e6088252f4cbae301236 (patch)
tree43fe75fe9c9c0b9bcea96fc7a0780a52406c89ff /doc/misc
parentd77aaf6f83896eef355c71b5596c6806528f595e (diff)
downloademacs-8889f4e2c332b0ecedc9e6088252f4cbae301236.tar.gz
emacs-8889f4e2c332b0ecedc9e6088252f4cbae301236.zip
Make dired-omit-here-always obsolete, in favor of standard function.
* lisp/dired-x.el (dired-omit-here-always): Make it obsolete. * doc/misc/dired-x.texi (Omitting Variables): Refer to add-dir-local-variable instead of the obsoleted dired-omit-here-always.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/dired-x.texi13
2 files changed, 7 insertions, 11 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 2ce67bad6cb..47ae7ee3842 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12011-03-02 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.texi (Omitting Variables): Refer to add-dir-local-variable
4 instead of the obsoleted dired-omit-here-always.
5
12011-02-28 Michael Albinus <michael.albinus@gmx.de> 62011-02-28 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to 8 * tramp.texi (Frequently Asked Questions): Add Emacs 24 to
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index cde39ff6a62..dba99d9c6c7 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -345,17 +345,8 @@ a directory local setting
345@end example 345@end example
346 346
347@noindent 347@noindent
348to a @file{.dir-locals.el} file in that directory. 348to a @file{.dir-locals.el} file in that directory. You can use the
349 349command @code{add-dir-local-variable} to do this.
350@table @code
351@findex dired-omit-here-always
352@item dired-omit-here-always
353
354This is an interactive function that creates a local variables file exactly
355like the example above (if it does not already exist) in the
356@code{dir-locals-file} file in the current directory and then refreshes
357the directory listing.
358@end table
359 350
360@vindex dired-omit-files 351@vindex dired-omit-files
361@item dired-omit-files 352@item dired-omit-files