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

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

[nongnu] elpa/git-commit 41c7aedf50: Replace or quote single quotes in d


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 41c7aedf50: Replace or quote single quotes in docstrings
Date: Thu, 26 May 2022 19:58:16 -0400 (EDT)

branch: elpa/git-commit
commit 41c7aedf5042a316036b71a4b127911dd3dd8877
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Replace or quote single quotes in docstrings
---
 lisp/git-rebase.el    | 4 ++--
 lisp/magit-git.el     | 6 +++---
 lisp/magit-process.el | 6 +++---
 lisp/magit-status.el  | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el
index fa75c1903f..61cdf37007 100644
--- a/lisp/git-rebase.el
+++ b/lisp/git-rebase.el
@@ -686,10 +686,10 @@ Like `forward-line' but go into the opposite direction."
 (define-derived-mode git-rebase-mode special-mode "Git Rebase"
   "Major mode for editing of a Git rebase file.
 
-Rebase files are generated when you run 'git rebase -i' or run
+Rebase files are generated when you run \"git rebase -i\" or run
 `magit-interactive-rebase'.  They describe how Git should perform
 the rebase.  See the documentation for git-rebase (e.g., by
-running 'man git-rebase' at the command line) for details."
+running \"man git-rebase\" at the command line) for details."
   :group 'git-rebase
   (setq comment-start (or (magit-get "core.commentChar") "#"))
   (setq git-rebase-comment-re (concat "^" (regexp-quote comment-start)))
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 356800d808..6c6630c748 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -233,13 +233,13 @@ This affects commands that read a ref.  More 
specifically, it
 controls the order of refs returned by `magit-list-refs', which
 is called by functions like `magit-list-branch-names' to generate
 the collection of refs.  By default, refs are sorted according to
-their full refname (i.e., 'refs/...').
+their full refname (i.e., \"refs/...\").
 
-Any value accepted by the `--sort' flag of `git for-each-ref' can
+Any value accepted by the `--sort' flag of \"git for-each-ref\" can
 be used.  For example, \"-creatordate\" places refs with more
 recent committer or tagger dates earlier in the list.  A list of
 strings can also be given in order to pass multiple sort keys to
-`git for-each-ref'.
+\"git for-each-ref\".
 
 Note that, depending on the completion framework you use, this
 may not be sufficient to change the order in which the refs are
diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index 65b7291180..2aa81672f6 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -795,11 +795,11 @@ Magit status buffer."
 If found, return the password.  Otherwise, return nil.
 
 To use this function add it to the appropriate hook
-  (add-hook 'magit-process-find-password-functions
-            'magit-process-password-auth-source)
+  (add-hook \\='magit-process-find-password-functions
+            \\='magit-process-password-auth-source)
 
 KEY typically derives from a prompt such as:
-  Password for 'https://yourname@github.com'
+  Password for \\='https://yourname@github.com\\='
 in which case it would be the string
   yourname@github.com
 which matches the ~/.authinfo.gpg entry
diff --git a/lisp/magit-status.el b/lisp/magit-status.el
index 53a4f17d49..186828a49b 100644
--- a/lisp/magit-status.el
+++ b/lisp/magit-status.el
@@ -321,7 +321,7 @@ Prefix arguments have the same meaning as for 
`magit-status',
 and additionally cause the buffer to be refresh.
 
 To use this function instead of `magit-status', add this to your
-init file: (global-set-key (kbd \"C-x g\") 'magit-status-quick)."
+init file: (global-set-key (kbd \"C-x g\") \\='magit-status-quick)."
   (interactive)
   (if-let ((buffer
             (and (not current-prefix-arg)



reply via email to

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