emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100368: * password-cache.el (passwor


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100368: * password-cache.el (password-cache-remove): Fix docstring.
Date: Wed, 19 May 2010 14:52:27 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100368
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Wed 2010-05-19 14:52:27 +0200
message:
  * password-cache.el (password-cache-remove): Fix docstring.
modified:
  lisp/ChangeLog
  lisp/password-cache.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-05-19 12:47:37 +0000
+++ b/lisp/ChangeLog    2010-05-19 12:52:27 +0000
@@ -1,5 +1,7 @@
 2010-05-19  Michael Albinus  <address@hidden>
 
+       * password-cache.el (password-cache-remove): Fix docstring.
+
        * net/secrets.el: Autoload the widget functions.
        (secrets-search-items, secrets-create-item)
        (secrets-get-attributes, secrets-expand-item): Attributes will be

=== modified file 'lisp/password-cache.el'
--- a/lisp/password-cache.el    2010-03-19 02:55:37 +0000
+++ b/lisp/password-cache.el    2010-05-19 12:52:27 +0000
@@ -105,7 +105,7 @@
 
 (defun password-cache-remove (key)
   "Remove password indexed by KEY from password cache.
-This is typically run be a timer setup from `password-cache-add',
+This is typically run by a timer setup from `password-cache-add',
 but can be invoked at any time to forcefully remove passwords
 from the cache.  This may be useful when it has been detected
 that a password is invalid, so that `password-read' query the


reply via email to

[Prev in Thread] Current Thread [Next in Thread]