branch: externals/heap commit 4407826caf0a898d5f27322a9d9dc0e7de7a4c37 Author: Toby S. Cubitt <toby-predict...@dr-qubit.org> Commit: Toby S. Cubitt <toby-predict...@dr-qubit.org>
More minor whitespace and commentary changes. --- heap.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/heap.el b/heap.el index a962a00..4904a2e 100644 --- a/heap.el +++ b/heap.el @@ -1,5 +1,4 @@ -;;; heap.el --- heap (a.k.a. priority queue) data structures - +;;; heap.el --- Heap (a.k.a. priority queue) data structure ;; Copyright (C) 2004-2006, 2008, 2012 Free Software Foundation, Inc