From: Xue Fuqiao Date: Thu, 30 Jan 2014 03:41:34 +0000 (+0800) Subject: * doc/misc/sem-user.texi (Include paths): Fix a Texinfo command. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/ba74a2c0f27cbec77b4cfa01e70a98e0efb6c1e0 * doc/misc/sem-user.texi (Include paths): Fix a Texinfo command. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 33f6057e94..cdd255049c 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2014-01-30 Xue Fuqiao + + * sem-user.texi (Include paths): Fix a Texinfo command. + 2014-01-27 Glenn Morris * idlwave.texi (Lesson III---User Catalog, Online Help) diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index b8625932f7..30556569cb 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi @@ -416,11 +416,11 @@ Customize the system include path for the current major mode (or @var{mode}). @end deffn -@defun semanticdb-implied-include-tags +@defvar semanticdb-implied-include-tags Include tags implied for all files of a given mode. You can set this variable with @code{defvar-mode-local} for a particular mode so that any symbols that exist for all files for that mode are included. -@end defun +@end defvar @c @xref{Search Optimization}, for more information on include paths.