diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/tramp-gvfs.el | 4 | ||||
-rw-r--r-- | lisp/net/tramp.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index b90914256ab..463b99785f7 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -47,7 +47,7 @@ ;; discovered during development time, is given in respective ;; comments. -;; The customer option `tramp-gvfs-methods' contains the list of +;; The custom option `tramp-gvfs-methods' contains the list of ;; supported connection methods. Per default, these are "dav", ;; "davs", "obex", "sftp" and "synce". Note that with "obex" it might ;; be necessary to pair with the other bluetooth device, if it hasn't @@ -81,7 +81,7 @@ ;; "synce" method), or from the zeroconf daemon (for the "dav", ;; "davs", and "sftp" methods). The zeroconf daemon is pre-configured ;; to discover services in the "local" domain. If another domain -;; shall be used for discovering services, the customer option +;; shall be used for discovering services, the custom option ;; `tramp-gvfs-zeroconf-domain' can be set accordingly. ;; Restrictions: diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index df64f49e1e6..15af0b548ae 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -485,7 +485,7 @@ names from FILE for completion. The following predefined FUNCTIONs exists: * `tramp-parse-netrc' for \"~/.netrc\" like files. * `tramp-parse-putty' for PuTTY registered sessions. -FUNCTION can also be a customer defined function. For more details see +FUNCTION can also be a user defined function. For more details see the info pages.") (defconst tramp-echo-mark-marker "_echo" |