]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `woman'.
authorEli Zaretskii <eliz@gnu.org>
Mon, 8 May 2000 16:02:33 +0000 (16:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 8 May 2000 16:02:33 +0000 (16:02 +0000)
etc/NEWS

index 4e522b8ddf43dfbccf9b2c8a8ba8d92794f22b25..5fa1119868cb1d66d5f50cb183f5116723f6dea2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -953,6 +953,18 @@ expression from that list, are not checked.
 
 ** New modes and packages
 
+*** The new package called `woman' allows to browse Unix man pages
+without invoking external programs.
+
+The command `M-x woman' formats manual pages entirely in Emacs Lisp
+and then displays them, like `M-x manual-entry' does.  Unlike
+`manual-entry', `woman' does not invoke any external programs, so it
+is useful on systems such as MS-DOS/MS-Windows where the `man' and
+Groff or `troff' are not readily available.
+
+The command `M-x woman-find-file' asks for the file name of a man
+page, then formats and displays it like `M-x woman' does.
+
 *** The new command M-x re-builder offers a convenient interface for
 authoring regular expressions with immediate visual feedback.