diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-05 04:33:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-05 04:33:20 +0000 |
commit | 168e43e7247fc8b3f10b695a7c73f62363c07872 (patch) | |
tree | 6093b6b2e50c2c786baebafa762c5980d43289dc /lisp/progmodes | |
parent | 474f38896a37ec5ee563741210789bd04037dabf (diff) | |
download | emacs-168e43e7247fc8b3f10b695a7c73f62363c07872.tar.gz |
(select-tags-table): Doc fix.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 231f0cddff6..5bd9c935761 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1378,7 +1378,7 @@ FILE should not contain a directory specification." ;;;###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*") |