emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/inspector 3a14fafb3c 2/2: Docstrings update


From: ELPA Syncer
Subject: [elpa] externals/inspector 3a14fafb3c 2/2: Docstrings update
Date: Sat, 14 Jan 2023 08:57:53 -0500 (EST)

branch: externals/inspector
commit 3a14fafb3c62ace3180c365bb492c041b710801e
Author: Mariano Montone <marianomontone@gmail.com>
Commit: Mariano Montone <marianomontone@gmail.com>

    Docstrings update
---
 tree-inspector.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tree-inspector.el b/tree-inspector.el
index fc3ff98a1f..67d69697f9 100644
--- a/tree-inspector.el
+++ b/tree-inspector.el
@@ -72,12 +72,12 @@ in a format understood by `kbd'.  Commands a names of Lisp 
functions."
   :group 'tree-inspector)
 
 (defcustom tree-inspector-indent-unit " | "
-  "Symbol to indent directories when the parent is not the last child."
+  "Symbol to indent entries when the parent is not the last child."
   :type 'string
   :group 'tree-inspector)
 
 (defcustom tree-inspector-indent-last-unit "   "
-  "Symbol to indent directories when the parent is the last child of its 
parent."
+  "Symbol to indent entries when the parent is the last child of its parent."
   :type 'string
   :group 'tree-inspector)
 



reply via email to

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