branch: externals/guess-language
commit 7c9c139c35e01d7b0b182929fb7f9e8cd9dcb5db
Author: Titus von der Malsburg <malsb...@posteo.de>
Commit: Titus von der Malsburg <malsb...@posteo.de>

    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