]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/sem-user.texi (Include paths): Fix a Texinfo command.
authorXue Fuqiao <xfq.free@gmail.com>
Thu, 30 Jan 2014 03:41:34 +0000 (11:41 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Thu, 30 Jan 2014 03:41:34 +0000 (11:41 +0800)
doc/misc/ChangeLog
doc/misc/sem-user.texi

index 33f6057e94f7917175df67c8c8777e4312d5f9a0..cdd255049c2252f584ef49e404a51edb83b9ea76 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-30  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * sem-user.texi (Include paths): Fix a Texinfo command.
+
 2014-01-27  Glenn Morris  <rgm@gnu.org>
 
        * idlwave.texi (Lesson III---User Catalog, Online Help)
index b8625932f7c39d10103da3ea415c11b4136ffded..30556569cbbdad9becca2f92eb2349f12b502722 100644 (file)
@@ -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.