mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
*** empty log message ***
This commit is contained in:
parent
6b3eac8d03
commit
42dfe0ad13
@ -1767,7 +1767,8 @@ function called to create the messages."
|
||||
(defgroup checkdoc nil
|
||||
"Support for doc-string checking in emacs lisp."
|
||||
:prefix "checkdoc"
|
||||
:group 'lisp)
|
||||
:group 'lisp
|
||||
:version "20.3")
|
||||
|
||||
(custom-add-option 'emacs-lisp-mode-hook
|
||||
(lambda () (checkdoc-minor-mode 1)))
|
||||
|
@ -93,7 +93,8 @@
|
||||
(defgroup gametree nil
|
||||
"Manage game analysis trees in Emacs."
|
||||
:prefix "gametree-"
|
||||
:group 'games)
|
||||
:group 'games
|
||||
:version "20.3")
|
||||
|
||||
(defcustom gametree-half-ply-regexp (regexp-quote ":")
|
||||
"*Matches ends of numbers of moves by the \"second\" player.
|
||||
|
@ -93,7 +93,8 @@
|
||||
(defgroup vhdl nil
|
||||
"Customizations for VHDL Mode."
|
||||
:prefix "vhdl-"
|
||||
:group 'languages)
|
||||
:group 'languages
|
||||
:version "20.3")
|
||||
|
||||
|
||||
(defgroup vhdl-mode nil
|
||||
|
Loading…
Reference in New Issue
Block a user