comparison lisp/progmodes/etags.el @ 16281:622cc1ef0b19

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Sep 1996 21:13:49 +0000
parents 2f589e0f2c7a
children 168e1370e887
comparison
equal deleted inserted replaced
16280:f4833d0bfaaa 16281:622cc1ef0b19
1560 (interactive) 1560 (interactive)
1561 (kill-buffer (current-buffer)) 1561 (kill-buffer (current-buffer))
1562 (or (one-window-p) 1562 (or (one-window-p)
1563 (delete-window))) 1563 (delete-window)))
1564 1564
1565 ;;; Note, there is another definition of this function in bindings.el.
1565 ;;;###autoload 1566 ;;;###autoload
1566 (defun complete-tag () 1567 (defun complete-tag ()
1567 "Perform tags completion on the text around point. 1568 "Perform tags completion on the text around point.
1568 Completes to the set of names listed in the current tags table. 1569 Completes to the set of names listed in the current tags table.
1569 The string to complete is chosen in the same way as the default 1570 The string to complete is chosen in the same way as the default