branch: elpa/with-editor
commit 2248a63f6eb6e7720881b508639d9a00d2db9ea0
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
bump version
---
with-editor.texi | 4 ++--
1 file 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