mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; Cleanup defcustoms in 'lua-mode'
* lisp/progmodes/lua-mode.el (lua-always-show) (lua-documentation-url): Add :version, remove :group. (Bug#80840)
This commit is contained in:
parent
612960d4b3
commit
c6ec2c6ce1
1 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@ Should be a list of strings."
|
||||||
(defcustom lua-always-show t
|
(defcustom lua-always-show t
|
||||||
"Non-nil means display `lua-process-buffer' after sending a command."
|
"Non-nil means display `lua-process-buffer' after sending a command."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'lua)
|
:version "31.1")
|
||||||
|
|
||||||
(defcustom lua-documentation-function 'browse-url
|
(defcustom lua-documentation-function 'browse-url
|
||||||
"Function used to fetch the Lua reference manual."
|
"Function used to fetch the Lua reference manual."
|
||||||
|
|
@ -202,7 +202,7 @@ Should be a list of strings."
|
||||||
"http://www.lua.org/manual/5.1/manual.html")
|
"http://www.lua.org/manual/5.1/manual.html")
|
||||||
"URL pointing to the Lua reference manual."
|
"URL pointing to the Lua reference manual."
|
||||||
:type 'string
|
:type 'string
|
||||||
:group 'lua)
|
:version "31.1")
|
||||||
|
|
||||||
(defvar lua-process nil
|
(defvar lua-process nil
|
||||||
"The active Lua process.")
|
"The active Lua process.")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue