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

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

[nongnu] elpa/sesman 549c1a4e1f 1/2: Justify commentary and a docstring


From: ELPA Syncer
Subject: [nongnu] elpa/sesman 549c1a4e1f 1/2: Justify commentary and a docstring
Date: Mon, 15 Jan 2024 19:01:45 -0500 (EST)

branch: elpa/sesman
commit 549c1a4e1fa04c976a17d904a18e5c42e02e8bb3
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Vitalie Spinu <spinuvit@gmail.com>

    Justify commentary and a docstring
---
 sesman.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/sesman.el b/sesman.el
index 22bd3fe890..183f553e5f 100644
--- a/sesman.el
+++ b/sesman.el
@@ -32,8 +32,8 @@
 ;;; Commentary:
 ;;
 ;; Sesman provides facilities for session management and interactive session
-;; association with the current contexts (project, directory, buffers etc).  
See
-;; project's readme for more details.
+;; association with the current contexts (project, directory, buffers etc).
+;; See project's readme for more details.
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
@@ -86,10 +86,10 @@ When nil, don't follow symlinks. When 'vc, follow symlinks 
only when
 
 ;; (defcustom sesman-disambiguate-by-relevance t
 ;;   "If t choose most relevant session in ambiguous situations, otherwise ask.
-;; Ambiguity arises when multiple sessions are associated with current 
context.  By
-;; default only projects could be associated with multiple sessions.  See
-;; `sesman-single-link-contexts' in order to change that.  Relevance is 
decided by
-;; system's implementation, see `sesman-more-relevant-p'."
+;; Ambiguity arises when multiple sessions are associated with current context.
+;; By default only projects could be associated with multiple sessions.  See
+;; `sesman-single-link-contexts' in order to change that.  Relevance is decided
+;; by system's implementation, see `sesman-more-relevant-p'."
 ;;   :group 'sesman
 ;;   :type 'boolean)
 



reply via email to

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