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

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

[elpa] externals/auto-overlays 6290c58 46/93: Added/modified local varia


From: Stefan Monnier
Subject: [elpa] externals/auto-overlays 6290c58 46/93: Added/modified local variables section to switch on predictive-mode automatically
Date: Mon, 14 Dec 2020 13:00:35 -0500 (EST)

branch: externals/auto-overlays
commit 6290c58daf0a64a481b79a8e6bef2c9b07329dff
Author: Toby Cubitt <toby-predictive@dr-qubit.org>
Commit: tsc25 <toby-predictive@dr-qubit.org>

    Added/modified local variables section to switch on predictive-mode 
automatically
    when file is loaded in Emacs.
---
 .../auto-overlay-manual.texinfo                    | 42 ++++++++++++----------
 1 file changed, 24 insertions(+), 18 deletions(-)

diff --git a/docs/auto-overlay-manual/auto-overlay-manual.texinfo 
b/docs/auto-overlay-manual/auto-overlay-manual.texinfo
index cd64fdb..56ff5ff 100644
--- a/docs/auto-overlay-manual/auto-overlay-manual.texinfo
+++ b/docs/auto-overlay-manual/auto-overlay-manual.texinfo
@@ -56,14 +56,14 @@ itself define any new interactive commands or minor modes.
 
 
 @menu
-* Overview::                    
-* Auto-Overlay Functions::      
-* Worked Example::              
-* Extending the Auto-Overlays Package::  
-* To-Do::                       
-* Function Index::               
-* Variable Index::              
-* Concept Index::               
+* Overview::
+* Auto-Overlay Functions::
+* Worked Example::
+* Extending the Auto-Overlays Package::
+* To-Do::
+* Function Index::
+* Variable Index::
+* Concept Index::
 * Copying this Manual::
 
 @detailmenu
@@ -79,22 +79,22 @@ Emacs Auto-Overlays Manual
 
 Auto-Overlay Functions
 
-* Defining Regexps::            
-* Starting and Stopping Auto-Overlays::  
-* Searching for Overlays::      
+* Defining Regexps::
+* Starting and Stopping Auto-Overlays::
+* Searching for Overlays::
 
 Extending the Auto-Overlays Package
 
-* Auto-Overlays in Depth::      
-* Integrating New Overlay Classes::  
-* Functions for Writing New Overlay Classes::  
-* Auto-Overlay Hooks::          
-* Auto-Overlay Modification Pseudo-Hooks::  
+* Auto-Overlays in Depth::
+* Integrating New Overlay Classes::
+* Functions for Writing New Overlay Classes::
+* Auto-Overlay Hooks::
+* Auto-Overlay Modification Pseudo-Hooks::
 
 Functions for Writing New Overlay Classes
 
-* Functions for Modifying Overlays::  
-* Functions for Querying Overlays::  
+* Functions for Modifying Overlays::
+* Functions for Querying Overlays::
 
 Copying this Manual
 
@@ -136,3 +136,9 @@ Copying this Manual
 
 
 @bye
+
+
+@c  Local Variables:
+@c  mode: texinfo
+@c  mode: predictive
+@c  End:



reply via email to

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