* epa.el (epa-popup-info-window): Doc fix.

This commit is contained in:
Richard M. Stallman 2013-07-19 09:30:58 -04:00
parent a10b2d0377
commit aec7da77ec
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2013-07-19 Richard Stallman <rms@gnu.org>
* epa.el (epa-popup-info-window): Doc fix.
* subr.el (split-string): New arg TRIM.
2013-07-18 Juanma Barranquero <lekktu@gmail.com>

View file

@ -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)