emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7f5ac14 2/2: ; * etc/NEWS: Improve wording of an item.


From: Stefan Kangas
Subject: master 7f5ac14 2/2: ; * etc/NEWS: Improve wording of an item.
Date: Tue, 21 Sep 2021 16:22:21 -0400 (EDT)

branch: master
commit 7f5ac1468dc656592257283d9bee7a47e39cb85b
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * etc/NEWS: Improve wording of an item.
    
    * lisp/emacs-lisp/hierarchy.el: Improve wording of package description.
---
 etc/NEWS                     | 2 +-
 lisp/emacs-lisp/hierarchy.el | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 4bdbdea..c18952d 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 7466fc8..5823485 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]