]> git.eshelyaron.com Git - emacs.git/commitdiff
; prefer https to http addresses
authorStefan Kangas <stefankangas@gmail.com>
Sat, 8 Jan 2022 15:02:06 +0000 (16:02 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 8 Jan 2022 15:02:06 +0000 (16:02 +0100)
lisp/progmodes/eglot.el

index 06632fde92d31571f442f577974836ab3b9c0763..19091e8c3e7c14c2f430d226a7be8888138f1b91 100644 (file)
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -2182,7 +2182,7 @@ Try to visit the target file for a richer summary line."
   ;; JT@19/10/09: This is a totally dummy identifier that isn't even
   ;; passed to LSP.  The reason for this particular wording is to
   ;; construct a readable message "No references for LSP identifier at
-  ;; point.".   See http://github.com/joaotavora/eglot/issues/314
+  ;; point.".   See https://github.com/joaotavora/eglot/issues/314
   "LSP identifier at point.")
 
 (defvar eglot--lsp-xref-refs nil