diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-02-23 15:30:19 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-02-23 15:30:19 +0100 |
commit | 2dc24d5536abce1eb252dc2695a22371227166c5 (patch) | |
tree | 5691caa876fd1c44d05719226684aa11ce0f4b45 /doc/misc/pcl-cvs.texi | |
parent | 76f5242838c84bcaf5003b18a31104114930f197 (diff) | |
download | emacs-2dc24d5536abce1eb252dc2695a22371227166c5.tar.gz emacs-2dc24d5536abce1eb252dc2695a22371227166c5.tar.bz2 emacs-2dc24d5536abce1eb252dc2695a22371227166c5.zip |
Fix @findex and @vindex entries in manuals
* doc/emacs/building.texi:
* doc/emacs/calendar.texi:
* doc/emacs/cmdargs.texi:
* doc/emacs/mini.texi:
* doc/emacs/misc.texi:
* doc/emacs/trouble.texi:
* doc/emacs/windows.texi:
* doc/lispintro/emacs-lisp-intro.texi:
* doc/lispref/edebug.texi:
* doc/lispref/frames.texi:
* doc/lispref/os.texi:
* doc/lispref/windows.texi:
* doc/misc/cc-mode.texi:
* doc/misc/dired-x.texi:
* doc/misc/ediff.texi:
* doc/misc/mh-e.texi:
* doc/misc/pcl-cvs.texi:
* doc/misc/reftex.texi:
* doc/misc/sc.texi:
* doc/misc/vhdl-mode.texi:
* doc/misc/viper.texi: Fix @findex and @vindex entries.
Diffstat (limited to 'doc/misc/pcl-cvs.texi')
-rw-r--r-- | doc/misc/pcl-cvs.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index d0427eb5aa5..1163530e7a2 100644 --- a/doc/misc/pcl-cvs.texi +++ b/doc/misc/pcl-cvs.texi @@ -1331,13 +1331,13 @@ default. @node Customizing Faces @section Customizing Faces -@vindex cvs-header (face) -@vindex cvs-filename (face) -@vindex cvs-unknown (face) -@vindex cvs-handled (face) -@vindex cvs-need-action (face) -@vindex cvs-marked (face) -@vindex cvs-msg (face) +@vindex cvs-header @r{(face)} +@vindex cvs-filename @r{(face)} +@vindex cvs-unknown @r{(face)} +@vindex cvs-handled @r{(face)} +@vindex cvs-need-action @r{(face)} +@vindex cvs-marked @r{(face)} +@vindex cvs-msg @r{(face)} PCL-CVS adds a few extra features, including menus, mouse bindings, and fontification of the @file{*cvs*} buffer. The faces defined for |