X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/39eb0cb563f5287270f3946804456dc766386638..0e963201d03d9229bb8ac4323291d2b0119526ed:/lisp/net/socks.el diff --git a/lisp/net/socks.el b/lisp/net/socks.el index d6173e01ec..f2a8fc3223 100644 --- a/lisp/net/socks.el +++ b/lisp/net/socks.el @@ -1,6 +1,6 @@ ;;; socks.el --- A Socks v5 Client for Emacs -;; Copyright (C) 1996-2000, 2002, 2007-2013 Free Software Foundation, +;; Copyright (C) 1996-2000, 2002, 2007-2016 Free Software Foundation, ;; Inc. ;; Author: William M. Perry @@ -102,7 +102,7 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"." ;;; Customization support ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defgroup socks nil - "SOCKS Support" + "SOCKS support." :version "22.2" :prefix "socks-" :group 'processes) @@ -347,7 +347,7 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"." ;; could get a wrapper hook, or defer to open-network-stream-function. (defvar socks-override-functions nil - "Whether to overwrite the open-network-stream function with the SOCKSified + "Whether to overwrite the `open-network-stream' function with the SOCKSified version.") (require 'network-stream) @@ -533,7 +533,7 @@ version.") socks-tcp-services)))))) (defun socks-find-services-entry (service &optional udp) - "Return the port # associated with SERVICE" + "Return the port # associated with SERVICE." (if (= (hash-table-count socks-tcp-services) 0) (socks-parse-services)) (gethash (downcase service)