aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorXue Fuqiao2014-03-02 17:32:46 +0800
committerXue Fuqiao2014-03-02 17:32:46 +0800
commit209fcf3d83a43badc70c027763a691db095085b1 (patch)
treed44fe94a456dd62e9b8b17497cd01ca9f44c3cf7 /doc
parent308d541018a6810688bdf150a6a96456bc067436 (diff)
downloademacs-209fcf3d83a43badc70c027763a691db095085b1.tar.gz
emacs-209fcf3d83a43badc70c027763a691db095085b1.zip
* doc/misc/sem-user.texi (Create System Databases): Markup fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/sem-user.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e14fc7e2441..5c74a54a0d8 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-03-02 Xue Fuqiao <xfq@gnu.org>
2
3 * sem-user.texi (Create System Databases): Markup fix.
4
12014-02-28 Glenn Morris <rgm@gnu.org> 52014-02-28 Glenn Morris <rgm@gnu.org>
2 6
3 * info.texi (Further Reading): Rename node from Expert Info. 7 * info.texi (Further Reading): Rename node from Expert Info.
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi
index 30556569cbb..0a0239b97b3 100644
--- a/doc/misc/sem-user.texi
+++ b/doc/misc/sem-user.texi
@@ -483,9 +483,9 @@ for them once, which will be used over and over for tools such as
483summary-mode, or the analyzer. 483summary-mode, or the analyzer.
484 484
485@deffn Command semanticdb-create-ebrowse-database dir 485@deffn Command semanticdb-create-ebrowse-database dir
486Create an @var{ebrowse} database for directory @var{dir}. 486Create an Ebrowse database for directory @var{dir}. The database file
487The database file is stored in ~/.semanticdb, or whichever directory 487is stored in ~/.semanticdb, or whichever directory is specified by
488is specified by @code{semanticdb-default-system-save-directory}. 488@code{semanticdb-default-system-save-directory}.
489@end deffn 489@end deffn
490 490
491@node Idle Scheduler 491@node Idle Scheduler