~pkal/auto-header

a6163ddeba711b77480dabbaa5d27de924dfefc1 — Philip Kaludercic 1 year, 8 months ago 2681884
Clarify what is meant by "header" files
1 files changed, 2 insertions(+), 2 deletions(-)

M auto-header.el
M auto-header.el => auto-header.el +2 -2
@@ 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