comparison lisp/textmodes/reftex-ref.el @ 50978:186bf7e6e245

Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 13 May 2003 20:40:31 +0000
parents 78aa91f765c9
children 27340819ef07
comparison
equal deleted inserted replaced
50977:c65fda3322a1 50978:186bf7e6e245
1 ;;; reftex-ref.el --- code to create labels and references with RefTeX 1 ;;; reftex-ref.el --- code to create labels and references with RefTeX
2 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. 2 ;; Copyright (c) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
3 3
4 ;; Author: Carsten Dominik <dominik@science.uva.nl> 4 ;; Author: Carsten Dominik <dominik@science.uva.nl>
5 ;; Version: 4.18 5 ;; Version: 4.18
6 6
7 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
394 (interactive) 394 (interactive)
395 395
396 ;; check for active recursive edits 396 ;; check for active recursive edits
397 (reftex-check-recursive-edit) 397 (reftex-check-recursive-edit)
398 398
399 ;; Ensure access to scanning info and rescan buffer if prefix are is '(4) 399 ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4)
400 (reftex-access-scan-info current-prefix-arg) 400 (reftex-access-scan-info current-prefix-arg)
401 401
402 (unless type 402 (unless type
403 ;; guess type from context 403 ;; guess type from context
404 (if (and reftex-guess-label-type 404 (if (and reftex-guess-label-type