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

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

[nongnu] elpa/git-commit 6d1933ae66: manual: Remove references to git-co


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 6d1933ae66: manual: Remove references to git-commit-fill-column
Date: Mon, 1 May 2023 07:11:51 -0400 (EDT)

branch: elpa/git-commit
commit 6d1933ae66e6692c77305e549c13616ae02616b7
Author: Rahul Rameshbabu <sergeantsagara@protonmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Remove references to git-commit-fill-column
    
    git-commit-fill-column was deprecated in Magit 2.9.0. It should be removed
    from the manual to avoid confusion since the variable is no longer present
    in the codebase.
    
    Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
    Link: 
https://github.com/magit/magit/commit/a277432e806af89c3bdd6046721c4db948443120
    Link: https://github.com/magit/magit/issues/3067
---
 docs/magit.org  | 8 +-------
 docs/magit.texi | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/docs/magit.org b/docs/magit.org
index 0fc475b36a..caa3df5c93 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -4857,8 +4857,7 @@ The following functions are suitable for this hook:
 
 - Function: git-commit-turn-on-auto-fill ::
 
-  Turn on ~auto-fill-mode~ and set ~fill-column~ to the value of
-  ~git-commit-fill-column~.
+  Turn on ~auto-fill-mode~.
 
 - Function: git-commit-turn-on-flyspell ::
 
@@ -4914,11 +4913,6 @@ who has to waste some time telling you to fix your 
commits.
   Characters beyond this column are colorized to indicate that this
   preference has been violated.
 
-- User Option: git-commit-fill-column ::
-
-  Column beyond which automatic line-wrapping should happen in commit
-  message buffers.
-
 - User Option: git-commit-finish-query-functions ::
 
   List of functions called to query before performing commit.
diff --git a/docs/magit.texi b/docs/magit.texi
index c50a7222c5..9054a5adf3 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -6013,8 +6013,7 @@ paragraphs.
 @end defun
 
 @defun git-commit-turn-on-auto-fill
-Turn on @code{auto-fill-mode} and set @code{fill-column} to the value of
-@code{git-commit-fill-column}.
+Turn on @code{auto-fill-mode}.
 @end defun
 
 @defun git-commit-turn-on-flyspell
@@ -6072,11 +6071,6 @@ Characters beyond this column are colorized to indicate 
that this
 preference has been violated.
 @end defopt
 
-@defopt git-commit-fill-column
-Column beyond which automatic line-wrapping should happen in commit
-message buffers.
-@end defopt
-
 @defopt git-commit-finish-query-functions
 List of functions called to query before performing commit.
 



reply via email to

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