diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2001-12-25 15:30:36 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2001-12-25 15:30:36 +0000 |
commit | 7759fb79dd491416c488cc7de29c18a7d7889379 (patch) | |
tree | e70ef827647065310ad246a26378676965fa7e81 | |
parent | 0dd635f700cc1bfc9f704caadefb07b2b7895c6b (diff) | |
download | emacs-7759fb79dd491416c488cc7de29c18a7d7889379.tar.gz |
Fix typo in cross-reference for `Using non-standard file names'
Fix cross-reference to `The GNU Emacs Manual'.
-rw-r--r-- | man/ada-mode.texi | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/man/ada-mode.texi b/man/ada-mode.texi index 8ee4116a7b9..bc1535d6fbe 100644 --- a/man/ada-mode.texi +++ b/man/ada-mode.texi @@ -176,12 +176,21 @@ files into the Emacs library directories. Every time you open a file with a file extension of @file{.ads} or @file{.adb}, Emacs will automatically load and activate Ada mode. -@xref{Using non-standard file names}, if your files do +@xref{Using non-standard file names}, if your files do not use these extensions and if you want Emacs to automatically start the Ada mode every time you edit an Ada file. -See also the Emacs Manual (@pxref{(Top,,,emacs, The Emacs Manual)}), -for general usage variables that you might want to set. +Also, for general usage variables that you might want to set, +see +@iftex +@cite{The GNU Emacs Manual}. +@end iftex +@ifhtml +@cite{The GNU Emacs Manual}. +@end ifhtml +@ifinfo +@ref{Top, , The GNU Emacs Manual, emacs, The GNU Emacs Manual}. +@end ifinfo @c --------------------------------------------------------------------- @section Required files |