diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-21 22:17:14 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-21 22:21:31 +0200 |
commit | 7f5ac1468dc656592257283d9bee7a47e39cb85b (patch) | |
tree | 3cb0fdb7914196ed83ea3f7f57800b6ef0b0cfb7 /lisp/emacs-lisp/hierarchy.el | |
parent | b58228903f08404e9e1c6d7f956a1033b5f8dd51 (diff) | |
download | emacs-7f5ac1468dc656592257283d9bee7a47e39cb85b.tar.gz emacs-7f5ac1468dc656592257283d9bee7a47e39cb85b.tar.bz2 emacs-7f5ac1468dc656592257283d9bee7a47e39cb85b.zip |
; * etc/NEWS: Improve wording of an item.
* lisp/emacs-lisp/hierarchy.el: Improve wording of package description.
Diffstat (limited to 'lisp/emacs-lisp/hierarchy.el')
-rw-r--r-- | lisp/emacs-lisp/hierarchy.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/hierarchy.el b/lisp/emacs-lisp/hierarchy.el index 7466fc85df1..58234852a00 100644 --- a/lisp/emacs-lisp/hierarchy.el +++ b/lisp/emacs-lisp/hierarchy.el @@ -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 |