Skip to content

Commit

Permalink
Update ts-fold-summary.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Nov 22, 2024
1 parent 99e458f commit b8671ed
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ts-fold-summary.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,6 @@
:type 'string
:group 'ts-fold)

;;
;; (@* "Obsolete" )
;;

(defcustom ts-fold-summary-exceeded-string "..."
"String that added after display summary.
This happens only when summary length is larger than variable
`ts-fold-summary-max-length'."
:type 'string
:group 'ts-fold)

(define-obsolete-variable-alias
'ts-fold-summary-exceeded-string
'truncate-string-ellipsis
"ts-fold 0.4.0"
"Use built-in variable instead.")

;;
;; (@* "Externals" )
;;
Expand Down

0 comments on commit b8671ed

Please sign in to comment.