From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/major-mode-conventions.html | 37 ------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 devdocs/elisp/major-mode-conventions.html (limited to 'devdocs/elisp/major-mode-conventions.html') diff --git a/devdocs/elisp/major-mode-conventions.html b/devdocs/elisp/major-mode-conventions.html deleted file mode 100644 index a1f96033..00000000 --- a/devdocs/elisp/major-mode-conventions.html +++ /dev/null @@ -1,37 +0,0 @@ -

Major Mode Conventions

The code for every major mode should follow various coding conventions, including conventions for local keymap and syntax table initialization, function and variable names, and hooks.

If you use the define-derived-mode macro, it will take care of many of these conventions automatically. See Derived Modes. Note also that Fundamental mode is an exception to many of these conventions, because it represents the default state of Emacs.

The following list of conventions is only partial. Each major mode should aim for consistency in general with other Emacs major modes, as this makes Emacs as a whole more coherent. It is impossible to list here all the possible points where this issue might come up; if the Emacs developers point out an area where your major mode deviates from the usual conventions, please make it compatible.

-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Major-Mode-Conventions.html -

-
-- cgit v1.2.3