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

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

[nongnu] elpa/lua-mode 35b6e4c 402/468: Merge pull request #169 from tar


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 35b6e4c 402/468: Merge pull request #169 from tarsiiformes/typos
Date: Thu, 5 Aug 2021 04:59:17 -0400 (EDT)

branch: elpa/lua-mode
commit 35b6e4c20b8b4eaf783ccc8e613d0dd06dbd165c
Merge: a3a71b1 c9b9d47
Author: immerrr again <immerrr+lua@gmail.com>
Commit: GitHub <noreply@github.com>

    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

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