diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2020-02-18 16:59:00 +0100 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-07-15 18:06:03 +0200 |
commit | 0e2af5cc3726d6e661f0f396a843185326ed5e7d (patch) | |
tree | d9e0cc5aeed58edfe6aa53a7ad4aac8e74a771e3 /lisp/epa.el | |
parent | da6edafcb138ade46358a8c24ece8f3fca6e801a (diff) | |
download | emacs-0e2af5cc3726d6e661f0f396a843185326ed5e7d.tar.gz emacs-0e2af5cc3726d6e661f0f396a843185326ed5e7d.tar.bz2 emacs-0e2af5cc3726d6e661f0f396a843185326ed5e7d.zip |
Improve and add doc-strings
* lisp/epa-file.el (epa-file-select-keys):
lisp/epa-hook.el (epa-file-name-regexp):
lisp/epa.el (epa-exit-buffer): Improve doc-string.
* lisp/epa-hook.el (epa-file-name-regexp-update): Add doc-string.
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)) |