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

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

[elpa] externals/auto-header a6163ddeba 1/2: Clarify what is meant by "h


From: ELPA Syncer
Subject: [elpa] externals/auto-header a6163ddeba 1/2: Clarify what is meant by "header" files
Date: Mon, 27 Mar 2023 05:57:20 -0400 (EDT)

branch: externals/auto-header
commit a6163ddeba711b77480dabbaa5d27de924dfefc1
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Clarify what is meant by "header" files
---
 auto-header.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/auto-header.el b/auto-header.el
index 0235ff1b20..0fe7bdb045 100644
--- a/auto-header.el
+++ b/auto-header.el
@@ -1,4 +1,4 @@
-;;; auto-header.el --- Automatically find the right headers  -*- 
lexical-binding: t; -*-
+;;; auto-header.el --- Automatically find the right C headers  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2022, 2023  Free Software Foundation, Inc.
 
@@ -23,7 +23,7 @@
 
 ;;; Commentary:
 
-;; This script parses man-pages to guess what header files a function
+;; This script parses man-pages to guess what C header files a function
 ;; might need.
 
 ;; Bind `auto-header-at-point' to a convenient key if you want to



reply via email to

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