; * etc/NEWS: Improve wording of an item.

* lisp/emacs-lisp/hierarchy.el: Improve wording of package description.
This commit is contained in:
Stefan Kangas 2021-09-21 22:17:14 +02:00
parent b58228903f
commit 7f5ac1468d
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
;;; hierarchy.el --- Library to create and display hierarchy structures -*- lexical-binding: t; -*-
;;; hierarchy.el --- Library to create and display hierarchical structures -*- lexical-binding: t; -*-
;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
@ -22,7 +22,8 @@
;;; Commentary:
;; Library to create, query, navigate and display hierarchy structures.
;; Library to create, query, navigate and display hierarchical
;; structures.
;; Creation: After having created a hierarchy with `hierarchy-new',
;; populate it by calling `hierarchy-add-tree' or