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

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

[nongnu] elpa/lua-mode af50eca 195/468: Bump copyright information (no l


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode af50eca 195/468: Bump copyright information (no luck with FSF), rephrase comment
Date: Thu, 5 Aug 2021 04:58:35 -0400 (EDT)

branch: elpa/lua-mode
commit af50ecadb89440a8462a702ec0232f1a6fafe47f
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    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 <immerrr+lua@gmail.com>
+;; Author: 2011-2013 immerrr <immerrr+lua@gmail.com>
 ;;         2010-2011 Reuben Thomas <rrt@sc3d.org>
 ;;         2006 Juergen Hoetzel <juergen@hoetzel.info>
 ;;         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



reply via email to

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