emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark cf5f25a22f 7/9: Avoid spurious bytecode-compiler


From: ELPA Syncer
Subject: [elpa] externals/embark cf5f25a22f 7/9: Avoid spurious bytecode-compiler warning
Date: Thu, 27 Apr 2023 10:58:09 -0400 (EDT)

branch: externals/embark
commit cf5f25a22f91d7ed33f582feec7a2e71d766fc61
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Avoid spurious bytecode-compiler warning
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index ac6084ca8d..051d2e053c 100644
--- a/embark.el
+++ b/embark.el
@@ -1752,7 +1752,7 @@ text properties `keymap' or `local-map', from either 
buffer text
 or an overlay.  These are not widely used in Emacs, and when they
 are used can be somewhat hard to discover.  Examples of locations
 that have such a keymap are links and images in `eww' buffers,
-attachment links in `gnus' article buffers, and the 'Stash' line
+attachment links in `gnus' article buffers, and the stash line
 in a `vc-dir' buffer."
   (interactive)
   (let ((keymaps (delq nil (list (get-char-property (point) 'keymap)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]