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

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

[elpa] externals/captain e167b64 06/11: captain: Fix docstring of captai


From: Stefan Monnier
Subject: [elpa] externals/captain e167b64 06/11: captain: Fix docstring of captain-predicate to reflect recent change
Date: Tue, 1 Dec 2020 15:22:47 -0500 (EST)

branch: externals/captain
commit e167b6486cb43ea14749d03b5998ee5202e44c17
Author: Ian Dunn <dunni@gnu.org>
Commit: Ian Dunn <dunni@gnu.org>

    captain: Fix docstring of captain-predicate to reflect recent change
    
    * packages/captain/captain.el (captain-predicate): Fixed docstring.
---
 captain.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/captain.el b/captain.el
index a20c04e..a281220 100644
--- a/captain.el
+++ b/captain.el
@@ -68,9 +68,9 @@ auto-capitalization should be performed at the current point.
 For example, this could be a function to check if point is in a
 comment.
 
-This is nil by default to avoid automatic capitalization
-happening everywhere, so to start using captain, set it to a
-function of your choosing.")
+This is `captain--default-predicate' by default, which returns
+nil to avoid automatic capitalization happening everywhere, so to
+start using captain, set it to a function of your choosing.")
 
 (defun captain-should-capitalize-p ()
   "Return non-nil if the captain should auto-capitalize your work."



reply via email to

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