summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2016-12-31 17:26:19 +0100
committerJonas Bernoulli <jonas@bernoul.li>2016-12-31 17:26:19 +0100
commit2248a63f6eb6e7720881b508639d9a00d2db9ea0 (patch)
tree2fc6b8eaa7ccb3325bede7e3a9f712ee5879486f
parentfb1e10a7ee237b60b758f72b7db246eacf45c705 (diff)
bump versionv2.5.9
-rw-r--r--with-editor.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/with-editor.texi b/with-editor.texi
index 50bc8e8..791feeb 100644
--- a/with-editor.texi
+++ b/with-editor.texi
@@ -47,7 +47,7 @@ General Public License for more details.
@finalout
@titlepage
@title With-Editor User Manual
-@subtitle for version 2.5.7
+@subtitle for version 2.5.9
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -254,7 +254,7 @@ Some variants of this function exist; these two forms are equivalent:
@lisp
(add-hook 'shell-mode-hook
- (apply-partially 'with-editor-export-editor "GIT_EDITOR"))
+ (apply-partially 'with-editor-export-editor "GIT_EDITOR"))
(add-hook 'shell-mode-hook 'with-editor-export-git-editor)
@end lisp