comparison lisp/textmodes/reftex-sel.el @ 34402:5eec8d1d09f0

Update to RefTeX 4.15, see ChangeLog for details
author Carsten Dominik <dominik@science.uva.nl>
date Sun, 10 Dec 2000 11:00:45 +0000
parents 31536c6cf2e3
children 706af946b1e7
comparison
equal deleted inserted replaced
34401:120509642076 34402:5eec8d1d09f0
1 ;;; reftex-sel.el - The selection modes for RefTeX 1 ;;; reftex-sel.el - The selection modes for RefTeX
2 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. 2 ;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
3 3
4 ;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl> 4 ;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
5 ;; Version: 4.14 5 ;; Version: 4.15
6 ;; 6 ;;
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
111 ;; Insert an excerpt of the docstruct list. 111 ;; Insert an excerpt of the docstruct list.
112 ;; Return the data property of the entry corresponding to HERE-I-AM. 112 ;; Return the data property of the entry corresponding to HERE-I-AM.
113 ;; BUF is the buffer which has the correct docstruct-symbol. 113 ;; BUF is the buffer which has the correct docstruct-symbol.
114 ;; LABELS non-nil means to include labels into the list. 114 ;; LABELS non-nil means to include labels into the list.
115 ;; When a string, indicates the label type to include 115 ;; When a string, indicates the label type to include
116 ;; FILES non-nil menas to display file boundaries. 116 ;; FILES non-nil means to display file boundaries.
117 ;; CONTEXT non-nil means to include label context. 117 ;; CONTEXT non-nil means to include label context.
118 ;; COUNTER means to count the labels. 118 ;; COUNTER means to count the labels.
119 ;; SHOW-COMMENTED means to include also labels which are commented out. 119 ;; SHOW-COMMENTED means to include also labels which are commented out.
120 ;; HERE-I-AM is a member of the docstruct list. The function will return 120 ;; HERE-I-AM is a member of the docstruct list. The function will return
121 ;; a used member near to this one, as a possible starting point. 121 ;; a used member near to this one, as a possible starting point.