diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-12-26 08:32:00 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-12-26 08:32:00 +0100 |
| commit | 5245c91a3ccafffc7c3268d6c7909adac9c54189 (patch) | |
| tree | dd83488bd7df96ea83722ff0b9914fdabbd21033 /docs/magit-section.org | |
| parent | fa620ed3e45b08c45466f9930e348bf957c27e66 (diff) | |
manual: Downcase keywords
Diffstat (limited to 'docs/magit-section.org')
| -rw-r--r-- | docs/magit-section.org | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/magit-section.org b/docs/magit-section.org index 6828408..137ede3 100644 --- a/docs/magit-section.org +++ b/docs/magit-section.org @@ -1,20 +1,20 @@ -#+TITLE: Magit-Section Developer Manual +#+title: Magit-Section Developer Manual :PREAMBLE: -#+AUTHOR: Jonas Bernoulli -#+EMAIL: jonas@bernoul.li -#+DATE: 2015-{{{year}}} -#+LANGUAGE: en - -#+TEXINFO_DIR_CATEGORY: Emacs -#+TEXINFO_DIR_TITLE: Magit-Section: (magit-section). -#+TEXINFO_DIR_DESC: Use Magit sections in your own packages. -#+SUBTITLE: for version {{{version}}} - -#+TEXINFO_DEFFN: t -#+OPTIONS: H:4 num:3 toc:2 -#+PROPERTY: header-args :eval never -#+MACRO: version (eval (ox-texinfo+-get-version 'mixed)) -#+MACRO: year (eval (format-time-string "%Y")) +#+author: Jonas Bernoulli +#+email: jonas@bernoul.li +#+date: 2015-{{{year}}} +#+language: en + +#+texinfo_dir_category: Emacs +#+texinfo_dir_title: Magit-Section: (magit-section). +#+texinfo_dir_desc: Use Magit sections in your own packages. +#+subtitle: for version {{{version}}} + +#+texinfo_deffn: t +#+options: H:4 num:3 toc:2 +#+property: header-args :eval never +#+macro: version (eval (ox-texinfo+-get-version 'mixed)) +#+macro: year (eval (format-time-string "%Y")) This package implements the main user interface of Magit — the collapsible sections that make up its buffers. This package used @@ -25,10 +25,10 @@ To learn more about the section abstraction and available commands and user options see [[info:magit#Sections]]. This manual documents how you can use sections in your own packages. -#+TEXINFO: @noindent +#+texinfo: @noindent This manual is for Magit-Section version {{{version}}}. -#+BEGIN_QUOTE +#+begin_quote Copyright (C) 2015-{{{year}}} Jonas Bernoulli <jonas@bernoul.li> You can redistribute this document and/or modify it under the terms @@ -40,7 +40,7 @@ This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -#+END_QUOTE +#+end_quote :END: * Introduction @@ -254,7 +254,7 @@ source for suitable examples before asking me for help. Thanks! :COPYING: t :END: -#+BEGIN_QUOTE +#+begin_quote Copyright (C) 2015-{{{year}}} Jonas Bernoulli <jonas@bernoul.li> You can redistribute this document and/or modify it under the terms @@ -266,7 +266,7 @@ This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -#+END_QUOTE +#+end_quote # LocalWords: ARGS CONDITIONs EVAL Git Git's IDENT # LocalWords: LocalWords MERCHANTABILITY Magit Makefile |
