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

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

[nongnu] elpa/helm 480ec04955 2/3: Fix warnings in helm-top-command docs


From: ELPA Syncer
Subject: [nongnu] elpa/helm 480ec04955 2/3: Fix warnings in helm-top-command docstring
Date: Tue, 28 Jun 2022 03:58:44 -0400 (EDT)

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

    Fix warnings in helm-top-command docstring
    
    This is another attempt to fix single quotes warnings in emacs-29,
    here it is fixed according to documentation and discussion on
    emacs-devel but native compile still emit warnings in some place, so
    give up fixing this from now.
---
 helm-sys.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/helm-sys.el b/helm-sys.el
index fcd36583e4..39945574f4 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -1,6 +1,6 @@
 ;;; helm-sys.el --- System related functions for helm. -*- lexical-binding: t 
-*-
 
-;; Copyright (C) 2012 ~ 2021 Thierry Volpiatto 
+;; Copyright (C) 2012 ~ 2021 Thierry Volpiatto
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -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
+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]