(tramp-parse-connection-properties): Reflow docstring.
+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
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>
;; 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)))
(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)