branch: externals/muse
commit fdc56d1611a6bbbb3878e3d3c46f9eed8e0a6e16
Author: thesoftwarebin <andrear1...@hotmail.com>
Commit: thesoftwarebin <andrear1...@hotmail.com>

    Update lisp/muse-texinfo.el
    
    Texinfo does not understand document encoding iso-8859-1: corrected to 
ISO-8859-1
---
 lisp/muse-texinfo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/muse-texinfo.el b/lisp/muse-texinfo.el
index 4ad0092ec6..7fa06c0b64 100644
--- a/lisp/muse-texinfo.el
+++ b/lisp/muse-texinfo.el
@@ -67,7 +67,7 @@
 @setfilename <lisp>(concat (muse-page-name) \".info\")</lisp>
 @settitle <lisp>(muse-publishing-directive \"title\")</lisp>
 
-@documentencoding iso-8859-1
+@documentencoding ISO-8859-1
 
 @iftex
 @finalout

Reply via email to