Skip to content

Commit

Permalink
[Misc] Fix eldoc length.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Miller committed May 16, 2024
1 parent b94a436 commit 3f9e216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elisp/treemacs-persistence.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
list)

(defvar treemacs--no-abbr-on-persist-prefixes nil
"Prefixes for paths that should be saved as is, without `abbreviate-file-name'.
Set the all the `tramp-methods', after it has been loaded.'")
"Prefixes for paths to be saved as is, without using `abbreviate-file-name'.
Will be set to all the `tramp-methods', after tramp has been loaded.")

(define-inline treemacs-iter->next! (self)
"Get the next element of iterator SELF.
Expand Down

0 comments on commit 3f9e216

Please sign in to comment.