diff options
Diffstat (limited to '')
-rw-r--r-- | contrib/emacs/README.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/emacs/README.md b/contrib/emacs/README.md index 53e1357..f94b95a 100644 --- a/contrib/emacs/README.md +++ b/contrib/emacs/README.md @@ -14,17 +14,17 @@ website for instructions Interactive: - M-x password-store-insert - Password entry: example - Password: ........ - Confirm password: ........ - - M-x password-store-copy - Password entry: example - Copied example to the kill ring. Will clear in 45 seconds. - Password cleared. + M-x password-store-insert + Password entry: example + Password: ........ + Confirm password: ........ + + M-x password-store-copy + Password entry: example + Copied example to the kill ring. Will clear in 45 seconds. + Password cleared. Lisp: - (password-store-insert "example" "password") - (password-store-get "example") ; Returns "password" + (password-store-insert "example" "password") + (password-store-get "example") ; Returns "password" |