diff options
author | Richard M. Stallman <rms@gnu.org> | 2013-07-19 09:30:58 -0400 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2013-07-19 09:30:58 -0400 |
commit | aec7da77ec1033bc23996d6d2d73a0431a7821b3 (patch) | |
tree | 30cd4fd52c43039a204b375db3524f0cee23b4d4 /lisp/epa.el | |
parent | a10b2d0377ed82a67571447cb491523cc4f26645 (diff) | |
download | emacs-aec7da77ec1033bc23996d6d2d73a0431a7821b3.tar.gz |
* epa.el (epa-popup-info-window): Doc fix.
Diffstat (limited to 'lisp/epa.el')
-rw-r--r-- | lisp/epa.el | 3 |
1 files changed, 1 insertions, 2 deletions
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) |