From 1cbaa705e733d496a6eab3a8f1521dec52953fcf Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 2 Dec 2012 09:47:56 +0800 Subject: * lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarations unless the --declarations flag is enabled. (Lisp_help): Update. (skip_name): New function. * doc/emacs/maintaining.texi (Tag Syntax): Mention (defvar foo) handling. * doc/man/etags.1: Mention effect of --declarations in Lisp. Fixes: debbugs:5600 --- doc/man/ChangeLog | 4 ++++ doc/man/etags.1 | 1 + 2 files changed, 5 insertions(+) (limited to 'doc/man') diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index cc54cd254b..afd6b7b605 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog @@ -1,3 +1,7 @@ +2012-12-02 Kevin Ryde + + * etags.1: Mention effect of --declarations in Lisp. + 2012-06-03 Glenn Morris * rcs-checkin.1: Remove. diff --git a/doc/man/etags.1 b/doc/man/etags.1 index a129182966..3f22364a19 100644 --- a/doc/man/etags.1 +++ b/doc/man/etags.1 @@ -88,6 +88,7 @@ Only \fBctags\fP accepts this option. .B \-\-declarations In C and derived languages, create tags for function declarations, and create tags for extern variables unless \-\-no\-globals is used. +In Lisp, create tags for (defvar foo) declarations. .TP .B \-D, \-\-no\-defines Do not create tag entries for C preprocessor constant definitions -- cgit v1.2.3