aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-08-17 06:30:25 +0200
committerStefan Kangas2022-08-17 06:30:25 +0200
commit8f784a27667fbebdf320388ef2ec46ae67f69230 (patch)
tree1f861a6518bab366a94c736bbaa6ed4f54d97a61
parented9adafc0bdcfc2c79534282f888df3b250db329 (diff)
parenta4078fa62847f34d65c8facbdf705c567f08b36b (diff)
downloademacs-8f784a27667fbebdf320388ef2ec46ae67f69230.tar.gz
emacs-8f784a27667fbebdf320388ef2ec46ae67f69230.zip
Merge from origin/emacs-28
a4078fa628 ; * lisp/vc/ediff.el: Improve wording in last change. dd077ebded Revert "; * doc/lispintro/emacs-lisp-intro.texi: Fix typo." 362c9ab879 * doc/misc/gnus.texi (Article Washing): Fix Links URL.
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
-rw-r--r--doc/misc/gnus.texi2
-rw-r--r--lisp/vc/ediff.el10
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index e00edeb392b..47a5a870fde 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -14808,7 +14808,7 @@ symbols in one function definition."
14808 (setq lengths-list 14808 (setq lengths-list
14809 (cons (count-words-in-defun) lengths-list))) 14809 (cons (count-words-in-defun) lengths-list)))
14810 (kill-buffer buffer) 14810 (kill-buffer buffer)
14811 lengths-list)))) 14811 lengths-list)))
14812@end group 14812@end group
14813@end smallexample 14813@end smallexample
14814 14814
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index acc70a260f3..738ff94b9fc 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -9346,7 +9346,7 @@ Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
9346Use @uref{http://w3m.sourceforge.net/, w3m}. 9346Use @uref{http://w3m.sourceforge.net/, w3m}.
9347 9347
9348@item links 9348@item links
9349Use @uref{https://almende.github.io/chap-links-library/, CHAP Links}. 9349Use @uref{http://links.twibright.com/, Links}.
9350 9350
9351@item lynx 9351@item lynx
9352Use @uref{https://lynx.browser.org/, Lynx}. 9352Use @uref{https://lynx.browser.org/, Lynx}.
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el
index 94e3fc6d7fe..40473a2c03f 100644
--- a/lisp/vc/ediff.el
+++ b/lisp/vc/ediff.el
@@ -89,11 +89,11 @@
89;; underlining. However, if the region is already underlined by some other 89;; underlining. However, if the region is already underlined by some other
90;; overlays, there is no simple way to temporarily remove that residual 90;; overlays, there is no simple way to temporarily remove that residual
91;; underlining. This problem occurs when a buffer is highlighted with 91;; underlining. This problem occurs when a buffer is highlighted with
92;; font-lock.el packages. If this residual highlighting gets in the way, you 92;; font-lock.el. If this residual highlighting gets in the way, you
93;; can do the following. font-lock.el provides commands for unhighlighting 93;; can use the font-lock.el commands for unhighlighting buffers.
94;; buffers. You can either place these commands in `ediff-prepare-buffer-hook' 94;; Either place these commands in `ediff-prepare-buffer-hook' (which will
95;; (which will unhighlight every buffer used by Ediff) or you can execute 95;; unhighlight every buffer used by Ediff) or execute them
96;; them interactively, at any time and in any buffer. 96;; interactively, which you can do at any time and in any buffer.
97 97
98 98
99;;; Acknowledgments: 99;;; Acknowledgments: