From 33427edbb0826b1188375f48b61f37a8b94c7e19 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Thu, 24 Apr 2014 19:23:05 -0700 Subject: Indent using spaces --- contrib/emacs/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'contrib/emacs') 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" -- cgit v1.2.3-59-g8ed1b