From 624256442fe1def472ac7b5630990328ba6015c4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 15 May 2021 20:34:01 +0200 Subject: [PATCH] Fix documentation formatting --- eshell-info-banner.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eshell-info-banner.el b/eshell-info-banner.el index cfa886d..1d44ea9 100644 --- a/eshell-info-banner.el +++ b/eshell-info-banner.el @@ -318,7 +318,7 @@ If RELEASE-FILE is nil, use '/etc/os-release'." (match-string 1)))) (defun eshell-info-banner--get-os-information-from-lsb-release () - "Read the operating system information from lsb_release" + "Read the operating system information from lsb_release." (shell-command-to-string "lsb_release -d -s")) (defun eshell-info-banner--get-os-information-from-registry ()