Variable: uniquify-trailing-separator-p
uniquify-trailing-separator-p is a customizable variable defined in
uniquify.el.gz.
Value
nil
Documentation
If non-nil, add a file name separator to dired buffer names.
If uniquify-buffer-name-style is forward, add the separator at the end;
if it is reverse, add the separator at the beginning; otherwise, this
variable is ignored.
Source Code
;; Defined in /usr/src/emacs/lisp/uniquify.el.gz
(defcustom uniquify-trailing-separator-p nil
"If non-nil, add a file name separator to dired buffer names.
If `uniquify-buffer-name-style' is `forward', add the separator at the end;
if it is `reverse', add the separator at the beginning; otherwise, this
variable is ignored."
:type 'boolean)