* epa.el (epa-popup-info-window): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 19 Jul 2013 13:30:58 +0000 (09:30 -0400)
committerRichard M. Stallman <rms@gnu.org>
Fri, 19 Jul 2013 13:30:58 +0000 (09:30 -0400)
lisp/ChangeLog
lisp/epa.el

index fd9416a..b78d558 100644 (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>
index 14f8879..68e7a18 100644 (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)