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

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

[nongnu] elpa/systemd 8e6a8ce 038/131: remove backslash escapes from doc


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 8e6a8ce 038/131: remove backslash escapes from doc completions
Date: Sun, 29 Aug 2021 11:35:10 -0400 (EDT)

branch: elpa/systemd
commit 8e6a8cec7f517daa9d8c53e6b09e15e4cf69680e
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    remove backslash escapes from doc completions
---
 systemd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systemd.el b/systemd.el
index ffbd319..05dee90 100644
--- a/systemd.el
+++ b/systemd.el
@@ -112,7 +112,7 @@ as a list of strings, otherwise nil."
       (while (re-search-forward key nil t)
         (setq string (concat string " " (systemd-get-value (point))))))
     (when string
-      (split-string string))))
+      (remove "\\" (split-string string)))))
 
 (defun systemd-doc-man (page)
   "Open a manual page with `systemd-man-function'."



reply via email to

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