Mercurial > emacs
changeset 8456:2ca3b54b45b1
(select-tags-table): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 05 Aug 1994 04:33:20 +0000 |
parents | abdd056bd03d |
children | c0492d7043b2 |
files | lisp/progmodes/etags.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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*")