-;;; tty-tip.el --- Display help in pseudo-tooltips on ttys -*- lexical-binding: t; -*-
+;;; tty-tip.el --- Display help in kind of tooltips on ttys -*- lexical-binding: t; -*-
;; Copyright (C) 2024-2025 Free Software Foundation, Inc.
;; You can customize face `tooltip', `tooltip-short-delay',
;; `tooltip-delay', `tooltip-recent-seconds'.
+;;; Code:
+
(require 'tooltip)
(defvar tty-tip--frame nil)
(provide 'tty-tip)
-;;; End
+;;; tty-tip.el ends here