From: Richard M. Stallman Date: Fri, 19 Jul 2013 13:30:58 +0000 (-0400) Subject: * epa.el (epa-popup-info-window): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1759^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aec7da77ec1033bc23996d6d2d73a0431a7821b3;p=emacs.git * epa.el (epa-popup-info-window): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd9416acdc9..b78d5587e46 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-07-19 Richard Stallman + * epa.el (epa-popup-info-window): Doc fix. + * subr.el (split-string): New arg TRIM. 2013-07-18 Juanma Barranquero diff --git a/lisp/epa.el b/lisp/epa.el index 14f8879c1c6..68e7a18fe17 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -34,8 +34,7 @@ :group 'epg) (defcustom epa-popup-info-window t - "If non-nil, status information from epa commands is displayed on -the separate window." + "If non-nil, display status information from epa commands in another window." :type 'boolean :group 'epa)