From: Philip Kaludercic Date: Sat, 15 Jun 2024 12:48:58 +0000 (+0200) Subject: * lisp/which-key.el: Clean up file header X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~983^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b2781f16d72985dc8ba5d14cd6821c8f1cd1439;p=emacs.git * lisp/which-key.el: Clean up file header --- diff --git a/lisp/which-key.el b/lisp/which-key.el index f53226ee969..e93ef9184aa 100644 --- a/lisp/which-key.el +++ b/lisp/which-key.el @@ -5,9 +5,10 @@ ;; Author: Justin Burkett ;; Maintainer: Justin Burkett ;; Version: 3.6.0 -;; Keywords: ;; Package-Requires: ((emacs "24.4")) +;; This file is part of GNU Emacs. + ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or @@ -23,16 +24,15 @@ ;;; Commentary: -;; which-key provides the minor mode which-key-mode for Emacs. The mode displays -;; the key bindings following your currently entered incomplete command (a -;; prefix) in a popup. For example, after enabling the minor mode if you enter -;; C-x and wait for the default of 1 second the minibuffer will expand with all -;; of the available key bindings that follow C-x (or as many as space allows -;; given your settings). This includes prefixes like C-x 8 which are shown in a -;; different face. Screenshots of what the popup will look like along with -;; information about additional features can be found at -;; https://github.com/justbur/emacs-which-key. +;; The `which-key' mode displays the key bindings following your +;; currently entered incomplete command (a prefix) in a popup. For +;; example, after enabling the minor mode if you enter C-x and wait for +;; the default of 1 second the minibuffer will expand with all of the +;; available key bindings that follow C-x (or as many as space allows +;; given your settings). ;; +;; This includes prefixes like C-x 8 which are shown in a different +;; face. ;;; Code: