]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Improve wording of an item.
authorStefan Kangas <stefan@marxist.se>
Tue, 21 Sep 2021 20:17:14 +0000 (22:17 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 21 Sep 2021 20:21:31 +0000 (22:21 +0200)
* lisp/emacs-lisp/hierarchy.el: Improve wording of package description.

etc/NEWS
lisp/emacs-lisp/hierarchy.el

index 4bdbdeae0b1044612976b67e569f414c724e56c2..c18952d23896fea931557277ab1bf18a84ccfd9d 100644 (file)
--- 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.
 
 ---
index 7466fc85df132f7f522ebd60d281ac24f5367c6f..58234852a00d99ff63b7b4478cc67e0bb1c116db 100644 (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