From d29a389a40524c684595f51bb937f66958bc14ea Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 31 Oct 2018 07:38:13 -0700 Subject: emacs: Fix typo in password-store-url function doc string "http://" was repeated, fix the second instance to read "https://". --- contrib/emacs/password-store.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/emacs/password-store.el') diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el index e31217c..10d4f30 100644 --- a/contrib/emacs/password-store.el +++ b/contrib/emacs/password-store.el @@ -1,9 +1,9 @@ ;;; password-store.el --- Password store (pass) support -;; Copyright (C) 2014-2017 Svend Sorensen +;; Copyright (C) 2014-2018 Svend Sorensen ;; Author: Svend Sorensen -;; Version: 1.0.1 +;; Version: 1.0.2 ;; URL: https://www.passwordstore.org/ ;; Package-Requires: ((emacs "24") (f "0.11.0") (s "1.9.0") (with-editor "2.5.11")) ;; Keywords: tools pass password password-store @@ -271,7 +271,7 @@ Default PASSWORD-LENGTH is `password-store-password-length'." (defun password-store-url (entry) "Browse URL stored in ENTRY. -This will only browse URLs that start with http:// or http:// to +This will only browse URLs that start with http:// or https:// to avoid sending a password to the browser." (interactive (list (password-store--completing-read))) (let ((url (password-store-get entry))) -- cgit v1.2.3-59-g8ed1b