# HG changeset patch # User Juanma Barranquero # Date 1220528706 0 # Node ID 2570e504f856d147b3de92c980cfbcee62be863f # Parent 612227f6a51db7bd07e74973135847f886109e6f * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring. (tramp-parse-connection-properties): Reflow docstring. diff -r 612227f6a51d -r 2570e504f856 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 04 10:01:45 2008 +0000 +++ b/lisp/ChangeLog Thu Sep 04 11:45:06 2008 +0000 @@ -1,3 +1,8 @@ +2008-09-04 Juanma Barranquero + + * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring. + (tramp-parse-connection-properties): Reflow docstring. + 2008-09-04 Kim F. Storm * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window @@ -11,7 +16,7 @@ 2008-09-03 Alan Mackenzie - * progmodes/cc-defs.el (c-version): Increment to 5.31.6 + * progmodes/cc-defs.el (c-version): Increment to 5.31.6. 2008-09-03 Stefan Monnier diff -r 612227f6a51d -r 2570e504f856 lisp/net/tramp-cache.el --- a/lisp/net/tramp-cache.el Thu Sep 04 10:01:45 2008 +0000 +++ b/lisp/net/tramp-cache.el Thu Sep 04 11:45:06 2008 +0000 @@ -143,7 +143,7 @@ ;; not show proper directory contents when a file has been copied or ;; deleted before. (defun tramp-flush-file-function () - "Flush all Tramp cache properties from buffer-file-name." + "Flush all Tramp cache properties from `buffer-file-name'." (let ((bfn (if (stringp (buffer-file-name)) (buffer-file-name) default-directory))) @@ -289,8 +289,7 @@ (defun tramp-parse-connection-properties (method) "Return a list of (user host) tuples allowed to access for METHOD. This function is added always in `tramp-get-completion-function' -for all methods. Resulting data are derived from connection -history." +for all methods. Resulting data are derived from connection history." (let (res) (maphash '(lambda (key value)