]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix file headers in tty-tip.el
authorStefan Kangas <stefankangas@gmail.com>
Fri, 7 Mar 2025 08:28:41 +0000 (09:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Mar 2025 10:23:40 +0000 (11:23 +0100)
* lisp/tty-tip.el: Fix file headers.

(cherry picked from commit 646b3f8c5c206b0005020311f382206219f15e64)

lisp/tty-tip.el

index 9f0301ff72b381dc9e728dadc408010d036095a7..e451fcc1934dc7ac05deab1dd1da927195af5b8e 100644 (file)
@@ -1,4 +1,4 @@
-;;; 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.
 
@@ -27,6 +27,8 @@
 ;; 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