emacs-diffs
[Top][All Lists]
Advanced

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

master 8f31997: ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fix


From: Lars Ingebrigtsen
Subject: master 8f31997: ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fix
Date: Sun, 12 Sep 2021 11:22:55 -0400 (EDT)

branch: master
commit 8f3199788beceb6c513809a11e6f99b66b8feb5c
Author: Hanno Perrey <hanno@hoowl.se>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    ; * lisp/eshell/em-unix.el (nil-blank-string): Doc fix
    
    * lisp/eshell/em-unix.el (nil-blank-string): Fix doc string
    (bug#50549).
    
    Copyright-paperwork-exempt: yes
---
 lisp/eshell/em-unix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index 7e48a9c..5b400c7 100644
--- a/lisp/eshell/em-unix.el
+++ b/lisp/eshell/em-unix.el
@@ -968,7 +968,7 @@ Show wall-clock time elapsed during execution of COMMAND.")
       (set-window-configuration eshell-diff-window-config)))
 
 (defun nil-blank-string (string)
-  "Return STRING, or nil if STRING contains only non-blank characters."
+  "Return STRING, or nil if STRING contains only blank characters."
   (cond
     ((string-match "[^[:blank:]]" string) string)
     (nil)))



reply via email to

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