branch: elpa/lua-mode
commit af50ecadb89440a8462a702ec0232f1a6fafe47f
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Bump copyright information (no luck with FSF), rephrase comment
---
lua-mode.el | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/lua-mode.el b/lua-mode.el
index 89c79a4..a5c26ce 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1,8 +1,6 @@
;;; lua-mode.el --- a major-mode for editing Lua scripts
-;; Copyright (C) 1997, 2001, 2004, 2006, 2007, 2010, 2011 Free Software
Foundation, Inc.
-
-;; Author: 2011 immerrr <[email protected]>
+;; Author: 2011-2013 immerrr <[email protected]>
;; 2010-2011 Reuben Thomas <[email protected]>
;; 2006 Juergen Hoetzel <[email protected]>
;; 2004 various (support for Lua 5 and byte compilation)
@@ -1293,8 +1291,8 @@ one."
;; have several groups with the same number in which case the last one
;; to match (i.e., the rightmost match) will win.
;;
- ;; 1. C-h i m "elisp" T f "regexp backslash" // i really need to stop
- ;; forgetting things.
+ ;; 1. C-h i g "(elisp)regexp backslash" // i really need to stop
forgetting
+ ;; things.
(or (seq (group-n 1 symbol-start "local" (+ blank)) "function" symbol-end)
(seq (group-n 1 (eval lua--function-name-rx) (* blank)) (any "{("))
(seq (group-n 1 (or