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

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

[nongnu] elpa/symbol-overlay fcd6ffe97a 059/152: delete symbol-overlay-n


From: ELPA Syncer
Subject: [nongnu] elpa/symbol-overlay fcd6ffe97a 059/152: delete symbol-overlay-narrow-function
Date: Thu, 7 Jul 2022 12:04:13 -0400 (EDT)

branch: elpa/symbol-overlay
commit fcd6ffe97aeb3e9190610f29f1d69895771edcb6
Author: wolray <290061869@qq.com>
Commit: wolray <290061869@qq.com>

    delete symbol-overlay-narrow-function
---
 readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 8c8bc1cbac..9d42a985ac 100644
--- a/readme.md
+++ b/readme.md
@@ -19,7 +19,7 @@ Toggling to isearch-mode is now enabled. Try 
`symbol-overlay-isearch-literally`
 
 ### 20170420:
 
-Toggling overlays to be showed in buffer or only in scope is now enabled.  
When symbol is highlighted in scope, all related operations is narrowed to the 
scope, too. Try `symbol-overlay-toggle-in-scope` via "t".  This feature is 
applicable only for languages that support the lisp function `narrow-to-defun`. 
Otherwise you may specify `symbol-overlay-narrow-function` on your own.
+Toggling overlays to be showed in buffer or only in scope is now enabled.  
When symbol is highlighted in scope, all related operations is narrowed to the 
scope, too. Try `symbol-overlay-toggle-in-scope` via "t".  This feature is 
applicable only for languages that support the lisp function `narrow-to-defun`. 
Otherwise you may specify `beginning-of-defun-function` and 
`end-of-defun-function` on your own.
 
 ### 20170417:
 



reply via email to

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