diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/mode-help.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/mode-help.html')
| -rw-r--r-- | devdocs/elisp/mode-help.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/devdocs/elisp/mode-help.html b/devdocs/elisp/mode-help.html deleted file mode 100644 index f61bc6ee..00000000 --- a/devdocs/elisp/mode-help.html +++ /dev/null @@ -1,10 +0,0 @@ - <h4 class="subsection">Getting Help about a Major Mode</h4> <p>The <code>describe-mode</code> function provides information about major modes. It is normally bound to <kbd>C-h m</kbd>. It uses the value of the variable <code>major-mode</code> (see <a href="major-modes">Major Modes</a>), which is why every major mode command needs to set that variable. </p> <dl> <dt id="describe-mode">Command: <strong>describe-mode</strong> <em>&optional buffer</em> -</dt> <dd> -<p>This command displays the documentation of the current buffer’s major mode and minor modes. It uses the <code>documentation</code> function to retrieve the documentation strings of the major and minor mode commands (see <a href="accessing-documentation">Accessing Documentation</a>). </p> <p>If called from Lisp with a non-<code>nil</code> <var>buffer</var> argument, this function displays the documentation for that buffer’s major and minor modes, rather than those of the current buffer. </p> -</dd> -</dl><div class="_attribution"> - <p class="_attribution-p"> - Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> - <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Mode-Help.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Mode-Help.html</a> - </p> -</div> |
