]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Sep 2008 11:45:06 +0000 (11:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Sep 2008 11:45:06 +0000 (11:45 +0000)
  (tramp-parse-connection-properties): Reflow docstring.

lisp/ChangeLog
lisp/net/tramp-cache.el

index 25a57ce9385a2e36606dcbdb1b9ceebc10c5cc0e..fd7e5bc9bc6666a4229d00ae197fdab94d94928d 100644 (file)
@@ -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>
 
index 2a1d840f2192f2cd1e12aa1b19f052ec502ee9f0..e421880857441a83e892a6e09f6d2513b2f0d0dd 100644 (file)
@@ -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)