comparison lisp/pcvs-info.el @ 100171:d42aff5ca541

* align.el: * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
author Lute Kamstra <lute@gnu.org>
date Wed, 03 Dec 2008 05:48:14 +0000
parents ee5932bf781d
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
100170:86455974b971 100171:d42aff5ca541
42 42
43 (define-obsolete-variable-alias 'cvs-display-full-path 43 (define-obsolete-variable-alias 'cvs-display-full-path
44 'cvs-display-full-name "22.1") 44 'cvs-display-full-name "22.1")
45 45
46 (defcustom cvs-display-full-name t 46 (defcustom cvs-display-full-name t
47 "*Specifies how the filenames should be displayed in the listing. 47 "Specifies how the filenames should be displayed in the listing.
48 If non-nil, their full filename name will be displayed, else only the 48 If non-nil, their full filename name will be displayed, else only the
49 non-directory part." 49 non-directory part."
50 :group 'pcl-cvs 50 :group 'pcl-cvs
51 :type '(boolean)) 51 :type '(boolean))
52 52
53 (defcustom cvs-allow-dir-commit nil 53 (defcustom cvs-allow-dir-commit nil
54 "*Allow `cvs-mode-commit' on directories. 54 "Allow `cvs-mode-commit' on directories.
55 If you commit without any marked file and with the cursor positioned 55 If you commit without any marked file and with the cursor positioned
56 on a directory entry, cvs would commit the whole directory. This seems 56 on a directory entry, cvs would commit the whole directory. This seems
57 to confuse some users sometimes." 57 to confuse some users sometimes."
58 :group 'pcl-cvs 58 :group 'pcl-cvs
59 :type '(boolean)) 59 :type '(boolean))