From: João Távora Date: Sat, 18 Mar 2023 12:25:52 +0000 (+0000) Subject: ; Remove overly verbose commentary X-Git-Tag: emacs-29.0.90~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a55d2edc5a9baf919c1c0dc6b24ce591cef78fc9;p=emacs.git ; Remove overly verbose commentary * lisp/progmodes/eglot.el (eglot--connect): Remove overly verbose commentary. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 2815269d3f8..abeb79bc452 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1258,11 +1258,6 @@ This docstring appeases checkdoc, that's all." ;; very much data so we turn it off ;; unconditionally -- just for our ;; process. - ;; In Tramp 2.6.0.3 and newer, the value - ;; `suppress' is sufficient. Older - ;; Tramp versions need a non-nil value, - ;; and a proper setting of - ;; `tramp-ssh-controlmaster-options'. (tramp-use-ssh-controlmaster-options 'suppress) (tramp-ssh-controlmaster-options "-o ControlMaster=no -o ControlPath=none"))