comparison lisp/progmodes/etags.el @ 8456:2ca3b54b45b1

(select-tags-table): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 05 Aug 1994 04:33:20 +0000
parents 80d4bf018aec
children be778f8834a5
comparison
equal deleted inserted replaced
8455:abdd056bd03d 8456:2ca3b54b45b1
1376 1376
1377 ;; XXX If a file is in multiple tables, selection may get the wrong one. 1377 ;; XXX If a file is in multiple tables, selection may get the wrong one.
1378 ;;;###autoload 1378 ;;;###autoload
1379 (defun select-tags-table () 1379 (defun select-tags-table ()
1380 "Select a tags table file from a menu of those you have already used. 1380 "Select a tags table file from a menu of those you have already used.
1381 The list of tags tables to select from is stored in `tags-table-file-list'; 1381 The list of tags tables to select from is stored in `tags-table-set-list';
1382 see the doc of that variable if you want to add names to the list." 1382 see the doc of that variable if you want to add names to the list."
1383 (interactive) 1383 (interactive)
1384 (pop-to-buffer "*Tags Table List*") 1384 (pop-to-buffer "*Tags Table List*")
1385 (setq buffer-read-only nil) 1385 (setq buffer-read-only nil)
1386 (erase-buffer) 1386 (erase-buffer)