diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index a785f964660..0f3a3bc1993 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi | |||
| @@ -4764,7 +4764,7 @@ the @file{/usr/local/share/emacs/} directory; thus you would use the | |||
| 4764 | @code{M-x visit-tags-table} command and specify a pathname such as | 4764 | @code{M-x visit-tags-table} command and specify a pathname such as |
| 4765 | @file{/usr/local/share/emacs/22.1.1/lisp/TAGS}. If the tags table | 4765 | @file{/usr/local/share/emacs/22.1.1/lisp/TAGS}. If the tags table |
| 4766 | has not already been created, you will have to create it yourself. It | 4766 | has not already been created, you will have to create it yourself. It |
| 4767 | will in a file such as @file{/usr/local/src/emacs/src/TAGS}. | 4767 | will be in a file such as @file{/usr/local/src/emacs/src/TAGS}. |
| 4768 | 4768 | ||
| 4769 | @need 1250 | 4769 | @need 1250 |
| 4770 | To create a @file{TAGS} file in a specific directory, switch to that | 4770 | To create a @file{TAGS} file in a specific directory, switch to that |