diff options
Diffstat (limited to 'lisp/makesum.el')
-rw-r--r-- | lisp/makesum.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/makesum.el b/lisp/makesum.el index 0808501f4ee..a9311e0906e 100644 --- a/lisp/makesum.el +++ b/lisp/makesum.el @@ -21,6 +21,11 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; Displays a nice human-readable summary of all keybindings in a +;; two-column format. + ;;; Code: ;;;###autoload |