Skip to content

Commit 12c886a

Browse files
committed
[filter] More consistent naming in dired-filter-group--make-header
1 parent 138bb04 commit 12c886a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dired-filter.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
664664
argument COLLAPSED specifies if the header is collapsed by
665665
default."
@@ -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)

0 commit comments

Comments
 (0)