From 6e36931edd524067650532bc92a8bc175eb3afe1 Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Mon, 15 Dec 2025 22:27:52 +0800 Subject: [PATCH] update readme --- README.md | 4 +--- README_CN.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4eba8cd..9169aa9 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ ## Overview -**tp.el** is a library that comprehensively enhances Emacs text property manipulation. It is not just a simple wrapper around native text property APIs (like `put-text-property`, `get-text-property`), but provides many **functional extensions that native functions do not have**. - -Inspired by [ov.el](https://github.com/emacsorphanage/ov) for overlays, tp.el innovates in the following areas: +**tp.el** is a library that comprehensively enhances Emacs text property manipulation. It is not just a simple wrapper around native text property APIs (like `put-text-property`, `get-text-property`), but provides many **functional extensions that native functions do not have**. tp.el innovates in the following areas: ### Core Innovations diff --git a/README_CN.md b/README_CN.md index 1dfb0f2..25406d7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -16,9 +16,7 @@ ## 概述 -**tp.el** 是一个全面增强 Emacs 文本属性操作的库。它不仅仅是对原生文本属性 API(如 `put-text-property`、`get-text-property`)的简单封装,更提供了许多**原生函数所不具备的功能拓展**。 - -灵感来自用于叠加层的 [ov.el](https://github.com/emacsorphanage/ov),tp.el 在以下方面进行了创新: +**tp.el** 是一个全面增强 Emacs 文本属性操作的库。它不仅仅是对原生文本属性 API(如 `put-text-property`、`get-text-property`)的简单封装,更提供了许多**原生函数所不具备的功能拓展**。tp.el 在以下方面进行了创新: ### 核心创新