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

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

[elpa] externals/guess-language 2082e4e 078/101: README fix markup


From: Stefan Monnier
Subject: [elpa] externals/guess-language 2082e4e 078/101: README fix markup
Date: Sat, 23 Feb 2019 10:34:46 -0500 (EST)

branch: externals/guess-language
commit 2082e4ee119a98f8346474c23f5d250daf87ac29
Author: Titus von der Malsburg <address@hidden>
Commit: Titus von der Malsburg <address@hidden>

    README fix markup
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 22f4cca..68a5bd5 100644
--- a/README.org
+++ b/README.org
@@ -90,9 +90,9 @@ Languages that are currently supported by guess-language-mode:
 
 While changing the spell-checker’s dictionary is the main purpose of 
guess-language, there are other things that a user might want to do when a new 
language is detected, for instance, a user might want to change the input 
method.  Things like that can be easily achieved by adding custom functions to 
the hook ~guess-language-after-detection-functions~.  Functions on this hook 
take three arguments:
 
-1. ~LANG~ the language that was detected
-2. ~BEGINNING~ the beginning of the region in which the new language was 
detected
-3. ~END~ the end of the region
+| ~LANG~      | the language that was detected                                 
    |
+| ~BEGINNING~ | the beginning of the region in which the new language was 
detected |
+| ~END~       | the end of the region                                          
    |
 
 Template:
 



reply via email to

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