emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dired.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/dired.c
Date: Sun, 22 Jan 2006 04:30:10 +0000

Index: emacs/src/dired.c
diff -u emacs/src/dired.c:1.119 emacs/src/dired.c:1.120
--- emacs/src/dired.c:1.119     Fri Sep 30 22:38:16 2005
+++ emacs/src/dired.c   Sun Jan 22 04:30:10 2006
@@ -1036,11 +1036,11 @@
 #endif /* VMS */
 
   DEFVAR_LISP ("completion-ignored-extensions", 
&Vcompletion_ignored_extensions,
-              doc: /* *Completion ignores filenames ending in any string in 
this list.
-Directories are ignored if they match any string in this list which
-ends in a slash.
-This variable does not affect lists of possible completions,
-but does affect the commands that actually do completions.  */);
+              doc: /* Completion ignores file names ending in any string in 
this list.
+It does not ignore them if all possible completions end in one of
+these strings or when displaying a list of completions.
+It ignores directory names if they match any string in this list which
+ends in a slash.  */);
   Vcompletion_ignored_extensions = Qnil;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]