File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -656,10 +656,10 @@ The matched lines are returned as a string."
656656 map)
657657 " Keymap used when over a group header." )
658658
659- (defun dired-filter-group--make-header (name symbol &optional collapsed )
659+ (defun dired-filter-group--make-header (name invis &optional collapsed )
660660 " Make a group header named by NAME.
661661
662- SYMBOL is the symbol that will be added/removed to the
662+ INVIS is the symbol that will be added/removed to the
663663`buffer-invisibility-spec' to collapse the header. Optional
664664argument COLLAPSED specifies if the header is collapsed by
665665default."
@@ -671,7 +671,7 @@ default."
671671 'keymap dired-filter-group-header-map
672672 'dired-filter-group-collapsed collapsed
673673 'dired-filter-group-header name
674- 'dired-filter-group-invisible-property symbol )
674+ 'dired-filter-group-invisible-property invis )
675675 " \n " ))
676676
677677(defun dired-filter-group--invisible-symbol (name id )
You can’t perform that action at this time.
0 commit comments