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

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

[nongnu] elpa/helm ef6fa447e6 1/2: Clean backslashes in docstrings


From: ELPA Syncer
Subject: [nongnu] elpa/helm ef6fa447e6 1/2: Clean backslashes in docstrings
Date: Fri, 3 Jun 2022 05:58:31 -0400 (EDT)

branch: elpa/helm
commit ef6fa447e6c2c2840fb523c9c2a53b6feebcb56f
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Clean backslashes in docstrings
---
 helm-core.el  | 8 ++++----
 helm-elisp.el | 4 ++--
 helm-tags.el  | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index d034c777e6..bd96ad0e3b 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -2618,12 +2618,12 @@ of current source only."
 
 PLIST is a list like
 
-\(:key1 val1 :key2 val2 ...\)
+\(:key1 val1 :key2 val2 ...)
 
  or
 
 \(&optional sources input prompt resume preselect
-            buffer keymap default history allow-nest\).
+            buffer keymap default history allow-nest).
 
 ** Keywords
 
@@ -2725,7 +2725,7 @@ session. The `helm-' prefix can be omitted. For example,
 
 \(helm :sources 'helm-source-buffers-list
        :buffer \"*helm buffers*\"
-       :candidate-number-limit 10\)
+       :candidate-number-limit 10)
 
 Starts a Helm session with the variable
 `helm-candidate-number-limit' set to 10.
@@ -2736,7 +2736,7 @@ For backward compatibility, positional parameters are
 supported:
 
 \(helm sources input prompt resume preselect
-       buffer keymap default history allow-nest\)
+       buffer keymap default history allow-nest)
 
 However, the use of non-keyword args is deprecated.
 
diff --git a/helm-elisp.el b/helm-elisp.el
index 462470782f..a0672754a9 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -56,14 +56,14 @@ This is used in macro `with-helm-show-completion'."
     callf callf2 cl-callf cl-callf2 fset
     fboundp fmakunbound symbol-function)
   "List of function where quoted function completion happen.
-E.g. give only function names after \(funcall '."
+E.g. give only function names after (funcall '."
   :group 'helm-elisp
   :type '(repeat (choice symbol)))
 
 (defcustom helm-lisp-unquoted-function-list
   '(function defadvice)
   "List of function where unquoted function completion happen.
-E.g. give only function names after \(function ."
+E.g. give only function names after (function ."
   :group 'helm-elisp
   :type '(repeat (choice symbol)))
 
diff --git a/helm-tags.el b/helm-tags.el
index 3cbb38c3d8..d258987818 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -45,7 +45,7 @@ Don't search tag file deeply if outside this value."
 (defcustom helm-etags-match-part-only 'tag
   "Allow choosing the tag part of CANDIDATE in `helm-source-etags-select'.
 A tag looks like this:
-    filename: \(defun foo
+    filename: (defun foo
 You can choose matching against the tag part (i.e \"(defun foo\"),
 or against the whole candidate (i.e \"(filename:5:(defun foo\")."
   :type '(choice



reply via email to

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