From: Stefan Kangas Date: Tue, 21 Sep 2021 20:17:14 +0000 (+0200) Subject: ; * etc/NEWS: Improve wording of an item. X-Git-Tag: emacs-28.0.90~752 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f5ac1468dc656592257283d9bee7a47e39cb85b;p=emacs.git ; * etc/NEWS: Improve wording of an item. * lisp/emacs-lisp/hierarchy.el: Improve wording of package description. --- diff --git a/etc/NEWS b/etc/NEWS index 4bdbdeae0b1..c18952d2389 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3080,7 +3080,7 @@ complex menus take advantage of infix arguments, which are somewhat similar to prefix arguments, but are more flexible and discoverable. ** hierarchy.el -It's a library to create, query, navigate and display hierarchical +This library can create, query, navigate and display hierarchical structures. --- 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