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

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

[nongnu] elpa/helm 9111b33b52 1/4: Remove all single quotes in helm-top


From: ELPA Syncer
Subject: [nongnu] elpa/helm 9111b33b52 1/4: Remove all single quotes in helm-top command docstring
Date: Sat, 5 Aug 2023 15:59:38 -0400 (EDT)

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

    Remove all single quotes in helm-top command docstring
    
    Get crazy fixing these docstrings-non-ascii-quotes.
---
 helm-sys.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/helm-sys.el b/helm-sys.el
index 03bd4eda46..b7dc35702d 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -41,20 +41,20 @@
   "Top command used to display output of top.
 A format string where %s will be replaced with `frame-width'.
 
-To use 'top' command, a version supporting batch mode (-b option)
-is needed. On Mac OSX 'top' command doesn't support this, so the
-'ps' command is used instead by default.
+To use top command, a version supporting batch mode (-b option)
+is needed. On Mac OSX top command doesn't support this, so the
+ps command is used instead by default.
 
-Normally 'top' command output have 12 columns, but in some
+Normally top command output have 12 columns, but in some
 versions you may have less than this, so you can either customize
-'top' to use 12 columns with the interactives 'f' and 'W' commands
-of 'top', or modify `helm-top-sort-columns-alist' to fit with the
-number of columns your 'top' command is using.
+top to use 12 columns with the interactives f and W commands
+of top, or modify `helm-top-sort-columns-alist' to fit with the
+number of columns your top command is using.
 
-If you modify 'ps' command be sure that 'pid' comes in first and
+If you modify ps command be sure that pid comes in first and
 \"env COLUMNS=%s\" is specified at beginning of command. Ensure
 also that no elements contain spaces (e.g., use start_time and
-not start). Same as for 'top': you can customize
+not start). Same as for top: you can customize
 `helm-top-sort-columns-alist' to make sort commands working
 properly according to your settings."
   :group 'helm-sys



reply via email to

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