branch: elpa/lua-mode
commit 35b6e4c20b8b4eaf783ccc8e613d0dd06dbd165c
Merge: a3a71b1 c9b9d47
Author: immerrr again <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #169 from tarsiiformes/typos
    
    Fix typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1faec34..5ede768 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ The following variables are available for customization (see 
more via `M-x custo
 - Var `lua-indent-level` (default `3`): indentation offset in spaces
 - Var `lua-indent-string-contents` (default `nil`): set to `t` if you like to 
have contents of multiline strings to be indented like comments
 - Var `lua-indent-nested-block-content-align` (default `t`) set to `nil` to 
stop aligning the content of nested blocks with the open parenthesis
-- Var `lua-indent-close-paren-align` (defaut `t`) set to `t` to align close 
parenthesis with the open parenthesis rather than with the beginning of the line
+- Var `lua-indent-close-paren-align` (default `t`) set to `t` to align close 
parenthesis with the open parenthesis rather than with the beginning of the line
 - Var `lua-mode-hook`: list of functions to execute when lua-mode is 
initialized
 - Var `lua-documentation-url` (default 
`"http://www.lua.org/manual/5.1/manual.html#pdf-"`): base URL for documentation 
lookup
 - Var `lua-documentation-function` (default `browse-url`): function used to 
show documentation (`eww` is a viable alternative for Emacs 25)

Reply via email to