diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2002-07-25 07:03:41 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2002-07-25 07:03:41 +0000 |
commit | 7ac7387b8e5672d84f700e26c8a0ca432da058d1 (patch) | |
tree | acec2cf9fde6431687da056ad25503220095798c /lisp/textmodes/reftex-ref.el | |
parent | 51922c041c2a91cec1764e07c1513efb4baf4610 (diff) | |
download | emacs-7ac7387b8e5672d84f700e26c8a0ca432da058d1.tar.gz |
Updated to RefTeX 4.18
Diffstat (limited to 'lisp/textmodes/reftex-ref.el')
-rw-r--r-- | lisp/textmodes/reftex-ref.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el index 982062e12f9..d3aaeb518e3 100644 --- a/lisp/textmodes/reftex-ref.el +++ b/lisp/textmodes/reftex-ref.el @@ -2,7 +2,7 @@ ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@science.uva.nl> -;; Version: 4.17 +;; Version: 4.18 ;; This file is part of GNU Emacs. @@ -646,7 +646,7 @@ When called with 2 C-u prefix args, disable magic word recognition." selection-buffers) (reftex-kill-temporary-buffers)) ;; Add the prefixes, put together the relevant information in the form - ;; (LABEL TYPEKEY SEPERATOR) and return a list of those. + ;; (LABEL TYPEKEY SEPARATOR) and return a list of those. (mapcar (lambda (x) (if (listp x) (list (concat prefix (car (car x))) |