From 362c9ab879ff44e24a0cbb05ceed6b24a45b76f3 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 16 Aug 2022 08:08:36 +0200 Subject: [PATCH 1/3] * doc/misc/gnus.texi (Article Washing): Fix Links URL. --- doc/misc/gnus.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 9f7403ae8f5..67e9b5a98bd 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -9359,7 +9359,7 @@ Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}. Use @uref{http://w3m.sourceforge.net/, w3m}. @item links -Use @uref{https://almende.github.io/chap-links-library/, CHAP Links}. +Use @uref{http://links.twibright.com/, Links}. @item lynx Use @uref{https://lynx.browser.org/, Lynx}. From dd077ebded1c977a6af99d8e8c25862531fae3e9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 16 Aug 2022 13:38:22 +0200 Subject: [PATCH 2/3] Revert "; * doc/lispintro/emacs-lisp-intro.texi: Fix typo." This reverts commit 9d0dba44da7ac83d018fff3c26d33dac12ebd806. This was not a typo, but incorrectly matching parens in Info-mode. --- doc/lispintro/emacs-lisp-intro.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 8fe4de83583..860a758e75c 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -14842,7 +14842,7 @@ symbols in one function definition." (setq lengths-list (cons (count-words-in-defun) lengths-list))) (kill-buffer buffer) - lengths-list)))) + lengths-list))) @end group @end smallexample From a4078fa62847f34d65c8facbdf705c567f08b36b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 16 Aug 2022 16:38:33 +0200 Subject: [PATCH 3/3] ; * lisp/vc/ediff.el: Improve wording in last change. --- lisp/vc/ediff.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el index 63369462e89..46ad94c1828 100644 --- a/lisp/vc/ediff.el +++ b/lisp/vc/ediff.el @@ -89,11 +89,11 @@ ;; underlining. However, if the region is already underlined by some other ;; overlays, there is no simple way to temporarily remove that residual ;; underlining. This problem occurs when a buffer is highlighted with -;; font-lock.el packages. If this residual highlighting gets in the way, you -;; can do the following. font-lock.el provides commands for unhighlighting -;; buffers. You can either place these commands in `ediff-prepare-buffer-hook' -;; (which will unhighlight every buffer used by Ediff) or you can execute -;; them interactively, at any time and in any buffer. +;; font-lock.el. If this residual highlighting gets in the way, you +;; can use the font-lock.el commands for unhighlighting buffers. +;; Either place these commands in `ediff-prepare-buffer-hook' (which will +;; unhighlight every buffer used by Ediff) or execute them +;; interactively, which you can do at any time and in any buffer. ;;; Acknowledgments: