branch: externals/guess-language commit 2082e4ee119a98f8346474c23f5d250daf87ac29 Author: Titus von der Malsburg <malsb...@posteo.de> Commit: Titus von der Malsburg <malsb...@posteo.de>
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: