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

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

[nongnu] elpa/with-editor fb9fdde 079/140: manual: Use a preamble to mak


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor fb9fdde 079/140: manual: Use a preamble to make initial text collapsible
Date: Fri, 6 Aug 2021 12:51:24 -0400 (EDT)

branch: elpa/with-editor
commit fb9fdde14eddd5bd180d4baabfedc45e5492e115
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Use a preamble to make initial text collapsible
---
 with-editor.org  |  7 ++++---
 with-editor.texi | 12 ++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/with-editor.org b/with-editor.org
index a34c288..df7ecf5 100644
--- a/with-editor.org
+++ b/with-editor.org
@@ -1,4 +1,5 @@
 #+TITLE: With-Editor User Manual
+:PREAMBLE:
 #+AUTHOR: Jonas Bernoulli
 #+EMAIL: jonas@bernoul.li
 #+DATE: 2015-2018
@@ -7,7 +8,7 @@
 #+TEXINFO_DIR_CATEGORY: Emacs
 #+TEXINFO_DIR_TITLE: With-Editor: (with-editor).
 #+TEXINFO_DIR_DESC: Using the Emacsclient as $EDITOR
-#+SUBTITLE: for version 2.7.1
+#+SUBTITLE: for version 2.7.3 (v2.7.3+1)
 #+BIND: ox-texinfo+-before-export-hook ox-texinfo+-update-version-strings
 
 #+TEXINFO_DEFFN: t
@@ -29,7 +30,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 #+TEXINFO: @noindent
-This manual is for With-Editor version 2.7.1.
+This manual is for With-Editor version 2.7.3 (v2.7.3+1).
 
 #+BEGIN_QUOTE
 Copyright (C) 2015-2018 Jonas Bernoulli <jonas@bernoul.li>
@@ -44,7 +45,7 @@ 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:
 * Using the With-Editor package
 
 The ~With-Editor~ package is used internally by Magit when editing
diff --git a/with-editor.texi b/with-editor.texi
index 40bc91b..b900a30 100644
--- a/with-editor.texi
+++ b/with-editor.texi
@@ -17,7 +17,7 @@ later version.
 
 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
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@.  See the GNU
 General Public License for more details.
 @end quotation
 @end copying
@@ -30,7 +30,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title With-Editor User Manual
-@subtitle for version 2.7.1
+@subtitle for version 2.7.3 (v2.7.3+1)
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -59,7 +59,7 @@ additional functionality which makes it useful even for 
end-users, who
 don't use Magit or another package which uses it internally.
 
 @noindent
-This manual is for With-Editor version 2.7.1.
+This manual is for With-Editor version 2.7.3 (v2.7.3+1).
 
 @quotation
 Copyright (C) 2015-2018 Jonas Bernoulli <jonas@@bernoul.li>
@@ -71,7 +71,7 @@ later version.
 
 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
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@.  See the GNU
 General Public License for more details.
 @end quotation
 @end ifnottex
@@ -315,7 +315,7 @@ user edits a file.
 This is essentially done by establishing a local binding for
 @code{process-environment} and changing the value of the @code{$EDITOR}
 environment variable in that scope.  This affects all asynchronous
-processes started by forms (dynamically) inside BODY.
+processes started by forms (dynamically) inside BODY@.
 @end defmac
 
 @defun with-editor-set-process-filter process filter
@@ -324,7 +324,7 @@ This function is like @code{set-process-filter} but ensures 
that adding the
 new FILTER does not remove the @code{with-editor-process-filter}.  This is
 done by wrapping the two filter functions using a lambda, which
 becomes the actual filter.  It calls @code{with-editor-process-filter}
-first, passing @code{t} as NO-STANDARD-FILTER.  Then it calls FILTER.
+first, passing @code{t} as NO-STANDARD-FILTER@.  Then it calls FILTER@.
 @end defun
 
 @node Debugging



reply via email to

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