# HG changeset patch # User Richard M. Stallman # Date 776061200 0 # Node ID 2ca3b54b45b1707c73e48554518c44a2a02ae5f0 # Parent abdd056bd03d46950476040bdc8cf33a29b0d910 (select-tags-table): Doc fix. diff -r abdd056bd03d -r 2ca3b54b45b1 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Fri Aug 05 04:15:20 1994 +0000 +++ b/lisp/progmodes/etags.el Fri Aug 05 04:33:20 1994 +0000 @@ -1378,7 +1378,7 @@ ;;;###autoload (defun select-tags-table () "Select a tags table file from a menu of those you have already used. -The list of tags tables to select from is stored in `tags-table-file-list'; +The list of tags tables to select from is stored in `tags-table-set-list'; see the doc of that variable if you want to add names to the list." (interactive) (pop-to-buffer "*Tags Table List*")