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

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

[elpa] externals/guess-language 7c9c139 077/101: README fix markup


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

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

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

diff --git a/README.org b/README.org
index d21b223..22f4cca 100644
--- a/README.org
+++ b/README.org
@@ -88,11 +88,11 @@ Languages that are currently supported by 
guess-language-mode:
 
 *** Custom functions to be run when a new language is detected
 
-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:
+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
+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
 
 Template:
 



reply via email to

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