diff options
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 40b3861ea87..e4d1e5b4148 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -335,8 +335,7 @@ If ARG is non-nil, mark the key." (epa-mark-key (not arg))) (defun epa-exit-buffer () - "Exit the current buffer. -`epa-exit-buffer-function' is called if it is set." + "Exit the current buffer using `epa-exit-buffer-function'." (interactive) (funcall epa-exit-buffer-function)) |