[gnus git] branch master updated: =1= binhex.el: Improve commentary (Bug#7482).
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 07c745ee85625186e91113e7f8062b99a9fe6690 (commit)
from 1809f181366e42a47ba94551b54fd0d56d7e8dee (commit)
- Log -----------------------------------------------------------------
commit 07c745ee85625186e91113e7f8062b99a9fe6690
Author: Chong Yidong <[email protected]>
Date: Sun Jan 2 23:15:26 2011 +0000
binhex.el: Improve commentary (Bug#7482).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0fb65b8..0796918 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -69,6 +69,10 @@
* gnus-util.el (gnus-rescale-image): Revert last change.
+2010-12-17 Chong Yidong <[email protected]>
+
+ * binhex.el: Improve commentary (Bug#7482).
+
2010-12-17 Lars Magne Ingebrigtsen <[email protected]>
* gnus-group.el (gnus-group-delete-articles): New command.
diff --git a/lisp/binhex.el b/lisp/binhex.el
index 42d2f35..d866fed 100644
--- a/lisp/binhex.el
+++ b/lisp/binhex.el
@@ -1,4 +1,4 @@
-;;; binhex.el --- elisp native binhex decode
+;;; binhex.el --- decode BinHex-encoded text
;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
@@ -23,6 +23,11 @@
;;; Commentary:
+;; BinHex is a binary-to-text encoding scheme similar to uuencode.
+;; The command `binhex-decode-region' decodes BinHex-encoded text, via
+;; the external program "hexbin" if that is available, or an Emacs
+;; Lisp implementation if not.
+
;;; Code:
(eval-when-compile (require 'cl))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/binhex.el | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project