From: Konrad Scorciapino Date: Wed, 23 Mar 2011 19:27:50 +0000 (-0300) Subject: better phrasing X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=cc8370490738411c7a33fc0f0c2a318e8b5da897;p=obsolete%2Fnotmuch-wiki better phrasing --- diff --git a/emacstips.mdwn b/emacstips.mdwn index 0fcb1c8..db16550 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -189,11 +189,11 @@ Among the available browsers, w3m seems to do a better job converting the html, and if you have the w3m emacs package, you can use it, instead of the w3m-standalone, and thus preserve the text formatting. -But if the rendering fails for one reason or another, (or is perhaps -inadequate if you really need to see the graphical presentation of the -HTML message), it can be useful to display the message in an external -viewer, such as a web browser. Here's a little script that Keith -Packard wrote, which he calls `view-html`: +But if the rendering fails for one reason or another, or if you really +need to see the graphical presentation of the HTML message, it can be +useful to display the message in an external viewer, such as a web +browser. Here's a little script that Keith Packard wrote, which he +calls `view-html`: #!/bin/sh dir=`mktemp -d`