unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47621: 27.2; [PATCH] Broken Info manual link for global-auto-revert-non-file-buffers
@ 2021-04-06 15:31 Damien Cassou
  2021-04-06 17:34 ` Michael Albinus
  0 siblings, 1 reply; 2+ messages in thread
From: Damien Cassou @ 2021-04-06 15:31 UTC (permalink / raw)
  To: 47621

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

The variable global-auto-revert-non-file-buffers contains 2 broken links
to the same Info node. This patch fixes the problem.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-autorevert.el-Fix-link-to-Info-manual.patch --]
[-- Type: text/x-patch, Size: 959 bytes --]

From b0b1f8f0b2458c9f18bfd137927f71bccad304d3 Mon Sep 17 00:00:00 2001
From: Damien Cassou <damien@cassou.me>
Date: Tue, 6 Apr 2021 17:28:30 +0200
Subject: [PATCH] * lisp/autorevert.el: Fix link to Info manual.

---
 lisp/autorevert.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 57258f9c83..1bb40c90ff 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -227,10 +227,10 @@ global-auto-revert-non-file-buffers
 them manually.
 
 Use this option with care since it could lead to excessive auto-reverts.
-For more information, see Info node `(emacs)Autorevert'."
+For more information, see Info node `(emacs)Auto Revert'."
   :group 'auto-revert
   :type 'boolean
-  :link '(info-link "(emacs)Autorevert"))
+  :link '(info-link "(emacs)Auto Revert"))
 
 (defcustom global-auto-revert-ignore-modes ()
   "List of major modes Global Auto-Revert Mode should not check."
-- 
2.29.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47621: 27.2; [PATCH] Broken Info manual link for global-auto-revert-non-file-buffers
  2021-04-06 15:31 bug#47621: 27.2; [PATCH] Broken Info manual link for global-auto-revert-non-file-buffers Damien Cassou
@ 2021-04-06 17:34 ` Michael Albinus
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Albinus @ 2021-04-06 17:34 UTC (permalink / raw)
  To: Damien Cassou; +Cc: 47621-done

Damien Cassou <damien@cassou.me> writes:

Hi Damien,

> The variable global-auto-revert-non-file-buffers contains 2 broken links
> to the same Info node. This patch fixes the problem.

Thanks for the report. I've pushed your patch to the emacs-27 branch,
closing the bug.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-06 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 15:31 bug#47621: 27.2; [PATCH] Broken Info manual link for global-auto-revert-non-file-buffers Damien Cassou
2021-04-06 17:34 ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).