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

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

[elpa] externals/embark 91ac41482b: Update info manual


From: ELPA Syncer
Subject: [elpa] externals/embark 91ac41482b: Update info manual
Date: Sun, 12 Mar 2023 18:58:05 -0400 (EDT)

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

    Update info manual
---
 embark.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/embark.texi b/embark.texi
index 948f205011..407688b75a 100644
--- a/embark.texi
+++ b/embark.texi
@@ -942,7 +942,6 @@ Embark ask you for confirmation:
 @item
 You can write your own command that prompts for confirmation and
 use that instead of @samp{tab-bar-close-tab-by-name} in the above keymap:
-@end enumerate
 @lisp
 (defun my-confirm-close-tab-by-name (tab)
   (interactive "sTab to close: ")
@@ -955,6 +954,7 @@ independently of Embark. Using it from @samp{M-x} leaves 
something to be
 desired, though, since you don't get completion for the tab names.
 You can fix this if you wish as described in the previous section.
 @end enumerate
+@end enumerate
 
 @node New target example in regular buffers - short Wikipedia links
 @subsection New target example in regular buffers - short Wikipedia links
@@ -985,7 +985,7 @@ documentation for @samp{embark-target-finders} for details.)
   (save-excursion
     (let* ((start (progn (skip-chars-backward "[:alnum:]_:") (point)))
            (end (progn (skip-chars-forward "[:alnum:]_:") (point)))
-           (str (buffer-substring-no-properties beg end)))
+           (str (buffer-substring-no-properties start end)))
       (save-match-data
         (when (string-match "wikipedia:\\([[:alnum:]_]+\\)" str)
           `(url



reply via email to

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