From: Juanma Barranquero Date: Thu, 4 Sep 2008 11:45:06 +0000 (+0000) Subject: * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~3047 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06207091456654831699a71de857273a6d070354;p=emacs.git * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring. (tramp-parse-connection-properties): Reflow docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25a57ce9385..fd7e5bc9bc6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 2a1d840f219..e4218808574 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -143,7 +143,7 @@ Remove also properties of all files in subdirectories." ;; 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 @@ KEY identifies the connection, it is either a process or a vector." (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)