diff options
| author | Daniel Nagy <danielnagy@posteo.de> | 2021-08-18 15:55:24 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-19 13:19:48 +0200 |
| commit | 3a6afec97e83329d32180fb2451081b5bc2a4cfb (patch) | |
| tree | eb573710d81f5d5ef031e66e3b7141480ff7215e /Documentation | |
| parent | 421be65a325f2988d12868b57386683d3efafbe2 (diff) | |
manual: Classify magit-insert-section as a macro
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/magit-section.org | 6 | ||||
| -rw-r--r-- | Documentation/magit-section.texi | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/magit-section.org b/Documentation/magit-section.org index 2fd1bc2..c382f36 100644 --- a/Documentation/magit-section.org +++ b/Documentation/magit-section.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Magit-Section: (magit-section). #+TEXINFO_DIR_DESC: Use Magit sections in your own packages. -#+SUBTITLE: for version 3.2.1 +#+SUBTITLE: for version 3.2.1 (v3.2.1-33-g421be65a3+1) #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:3 toc:2 @@ -26,7 +26,7 @@ user options see [[info:magit#Sections]]. This manual documents how you can use sections in your own packages. #+TEXINFO: @noindent -This manual is for Magit-Section version 3.2.1. +This manual is for Magit-Section version 3.2.1 (v3.2.1-33-g421be65a3+1). #+BEGIN_QUOTE Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li> @@ -60,7 +60,7 @@ source for suitable examples before asking me for help. Thanks! * Creating Sections -- Function: magit-insert-section [name] (type &optional value hide) &rest body +- Macro: magit-insert-section [name] (type &optional value hide) &rest body Create a section object of type CLASS, storing VALUE in its ~value~ slot, and insert the section at point. CLASS is a diff --git a/Documentation/magit-section.texi b/Documentation/magit-section.texi index eb4aaff..cd001b4 100644 --- a/Documentation/magit-section.texi +++ b/Documentation/magit-section.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Magit-Section Developer Manual -@subtitle for version 3.2.1 +@subtitle for version 3.2.1 (v3.2.1-33-g421be65a3+1) @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}. This manual documents how you can use sections in your own packages. @noindent -This manual is for Magit-Section version 3.2.1. +This manual is for Magit-Section version 3.2.1 (v3.2.1-33-g421be65a3+1). @quotation Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> @@ -98,7 +98,7 @@ source for suitable examples before asking me for help. Thanks! @node Creating Sections @chapter Creating Sections -@defun magit-insert-section [name] (type &optional value hide) &rest body +@defmac magit-insert-section [name] (type &optional value hide) &rest body Create a section object of type CLASS, storing VALUE in its @code{value} slot, and insert the section at point. CLASS is a @@ -141,7 +141,7 @@ If it turns out inside BODY that the section is empty, then of the partially inserted section. This can happen when creating a section by washing Git's output and Git didn't actually output anything this time around. -@end defun +@end defmac @defun magit-insert-heading &rest args |
