summaryrefslogtreecommitdiff
path: root/lisp/pcvs-util.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-12-10 21:18:03 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-12-10 21:18:03 +0000
commit178917f7f2a2536757adeb6d7bfb28ed026c37dc (patch)
tree03ebe7e2ec44dbaed6d5938dab4a7278f1d5e1fe /lisp/pcvs-util.el
parent4f5a9d2b27f17a00cbc7cfbde6f073bf413f5c4c (diff)
downloademacs-178917f7f2a2536757adeb6d7bfb28ed026c37dc.tar.gz
Minor doc/comment changes.
Diffstat (limited to 'lisp/pcvs-util.el')
-rw-r--r--lisp/pcvs-util.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el
index 7d81738d7e8..506d0af49aa 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
;; Version: $Name: $
-;; Revision: $Id: pcvs-util.el,v 1.5 2000/11/06 06:54:16 monnier Exp $
+;; Revision: $Id: pcvs-util.el,v 1.6 2000/12/06 19:53:00 fx Exp $
;; This file is part of GNU Emacs.
@@ -94,14 +94,14 @@ the other elements. The ordering among elements is maintained."
(if (> n 0) (setcdr (nthcdr (- (1- m) n) x) nil))
x))))
-;;;;
-;;;; frame, window, buffer handling
-;;;;
+;;;
+;;; frame, window, buffer handling
+;;;
(defun cvs-pop-to-buffer-same-frame (buf)
"Pop to BUF like `pop-to-buffer' but staying on the same frame.
If `pop-to-buffer' would have opened a new frame, this function would
-try to split the a new window instead."
+try to split a new window instead."
(let ((pop-up-windows (or pop-up-windows pop-up-frames))
(pop-up-frames nil))
(or (let ((buf (get-buffer-window buf))) (and buf (select-window buf)))