changeset 97980:2570e504f856

* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring. (tramp-parse-connection-properties): Reflow docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 04 Sep 2008 11:45:06 +0000
parents 612227f6a51d
children 4ca1e7cb50ea
files lisp/ChangeLog lisp/net/tramp-cache.el
diffstat 2 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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  <lekktu@gmail.com>
+
+	* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
+	(tramp-parse-connection-properties): Reflow docstring.
+
 2008-09-04  Kim F. Storm  <storm@cua.dk>
 
 	* ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
@@ -11,7 +16,7 @@
 
 2008-09-03  Alan Mackenzie  <acm@muc.de>
 
-	* 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  <monnier@iro.umontreal.ca>
 
--- 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)