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

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

[elpa] externals/auto-header 49634257f4 03/26: Document auto-header-mode


From: ELPA Syncer
Subject: [elpa] externals/auto-header 49634257f4 03/26: Document auto-header-mode
Date: Sun, 26 Mar 2023 07:57:34 -0400 (EDT)

branch: externals/auto-header
commit 49634257f458d541d46e49fbec8d09a2278fe012
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>

    Document auto-header-mode
---
 auto-header.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/auto-header.el b/auto-header.el
index 9ced1a55d1..c716cac534 100644
--- a/auto-header.el
+++ b/auto-header.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2022  Philip Kaludercic
 
 ;; Author: Philip Kaludercic <philip.kaludercic@fau.de>
-;; Version: $Id: auto-header.el,v 1.1 2022/04/20 17:15:42 oj14ozun Exp 
oj14ozun $
+;; Version: $Id: auto-header.el,v 1.2 2022/04/20 17:18:40 oj14ozun Exp 
oj14ozun $
 ;; Package-Version: 1.0
 ;; Keywords: c
 
@@ -29,7 +29,8 @@
 ;; invoke the functionality manually, or add `auto-header-buffer' to
 ;; `before-save-hook' (in most cases you want to only add it locally),
 ;; so that headers are updated just before saving the contents of a
-;; buffer.
+;; buffer.  This can also be done by enabling `auto-header-mode', or
+;; by adding it to a major mode hook (e.g. `c-mode-hook').
 
 ;;; Code:
 



reply via email to

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