summaryrefslogtreecommitdiff
path: root/with-editor.texi
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-06-18 18:02:49 -0500
committerJonas Bernoulli <jonas@bernoul.li>2018-06-18 18:02:49 -0500
commitfb9fdde14eddd5bd180d4baabfedc45e5492e115 (patch)
tree86508bfcac4b7197d6abc65a711b92134db26729 /with-editor.texi
parentad5bb005ed3afec2d8b9b2bc1df19fb9b5e2dd84 (diff)
manual: Use a preamble to make initial text collapsible
Diffstat (limited to 'with-editor.texi')
-rw-r--r--with-editor.texi12
1 files changed, 6 insertions, 6 deletions
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