diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-03 20:32:19 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-03 20:32:19 +0000 |
commit | 630784a27b6b224d6b2447d5d2ce656ce6a5c57e (patch) | |
tree | c3facb208ea5969b197961c7faf3d27abfdbeb31 /lisp/pcvs-util.el | |
parent | b3b8e57a79f1115a0591cfd26bfad98cdee333c7 (diff) | |
download | emacs-630784a27b6b224d6b2447d5d2ce656ce6a5c57e.tar.gz |
(cvs-prefix-define): Typo cons->concat.
Diffstat (limited to 'lisp/pcvs-util.el')
-rw-r--r-- | lisp/pcvs-util.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el index 9b7d2c8cb71..264d3496e15 100644 --- a/lisp/pcvs-util.el +++ b/lisp/pcvs-util.el @@ -5,7 +5,7 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs -;; Revision: $Id: pcvs-util.el,v 1.12 2001/04/13 14:56:10 monnier Exp $ +;; Revision: $Id: pcvs-util.el,v 1.13 2001/07/16 07:46:48 pj Exp $ ;; This file is part of GNU Emacs. @@ -348,7 +348,7 @@ If it is \\[universal-argument] \\[universal-argument], behave just &optional qtypedesc hist-sym) (let ((cps (cvs-prefix-sym sym))) `(progn - (defvar ,sym nil ,(cons (or docstring "") " + (defvar ,sym nil ,(concat (or docstring "") " See `cvs-prefix-set' for further description of the behavior.")) (defconst ,cps (let ((defaults ,defaults)) |