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

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

[nongnu] elpa/workroom 5da61d48fb 14/74: Fix docstring warning


From: ELPA Syncer
Subject: [nongnu] elpa/workroom 5da61d48fb 14/74: Fix docstring warning
Date: Sun, 27 Nov 2022 16:03:18 -0500 (EST)

branch: elpa/workroom
commit 5da61d48fb1cf855ac76ff5bbb126d4033212678
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Fix docstring warning
---
 workroom.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/workroom.el b/workroom.el
index 9e00fe2f22..b8fdcd1d4b 100644
--- a/workroom.el
+++ b/workroom.el
@@ -904,8 +904,9 @@ The defined function is restricts user to the buffers of 
current workroom
 while selecting buffer by setting `read-buffer' function to
 `workroom-read-buffer-function', unless prefix arg is given."
   `(defun ,(intern (format "workroom-%S" fn)) ()
-     ,(format "Like `%S' but restricted to current workroom unless prefix \
-arg is given." fn)
+     ,(format "Like `%S' but restricted to current workroom.
+
+When prefix arg is given, don't restrict." fn)
      (declare (interactive-only ,(format "Use `%S' instead." fn)))
      (interactive)
      (if current-prefix-arg
@@ -919,7 +920,6 @@ arg is given." fn)
 ;;;###autoload
 (define-minor-mode workroom-mode
   "Toggle workroom mode."
-  :init-value nil
   :lighter (" WR["
             (:eval (propertize (workroom-name (workroom-current-room))
                                'face (if  (member



reply via email to

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