emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 3a6afec: manual: Classify magit-insert-section


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 3a6afec: manual: Classify magit-insert-section as a macro
Date: Thu, 19 Aug 2021 07:57:22 -0400 (EDT)

branch: elpa/git-commit
commit 3a6afec97e83329d32180fb2451081b5bc2a4cfb
Author: Daniel Nagy <danielnagy@posteo.de>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Classify magit-insert-section as a macro
---
 Documentation/magit-section.org  | 6 +++---
 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]