docs: avoid a double "see" for cross references in the HTML manual

This fixes https://savannah.gnu.org/bugs/?51208.
This commit is contained in:
Benno Schulenberg 2017-06-08 16:25:23 +02:00
parent 942bb39547
commit 403e87c0a0

View File

@ -81,8 +81,9 @@ file locking, backup files, and internationalization support.
The original goal for @code{nano} was to be a complete bug-for-bug The original goal for @code{nano} was to be a complete bug-for-bug
emulation of Pico. But currently the goal is to be as compatible emulation of Pico. But currently the goal is to be as compatible
as possible while offering a superset of Pico's functionality. See as possible while offering a superset of Pico's functionality.
@xref{Pico Compatibility}, for more info. @xref{Pico Compatibility} for more details on how @code{nano} and
Pico differ.
Please report bugs via @url{https://savannah.gnu.org/bugs/?group=nano}. Please report bugs via @url{https://savannah.gnu.org/bugs/?group=nano}.
@ -107,7 +108,7 @@ adding it with a comma. So a more complete command synopsis is:
@end quotation @end quotation
Normally, however, you set your preferred options in a @file{.nanorc} Normally, however, you set your preferred options in a @file{.nanorc}
file (see @xref{Nanorc Files}). And when using @code{set positionlog} file (@pxref{Nanorc Files}). And when using @code{set positionlog}
(making @code{nano} remember the cursor position when you close a file), (making @code{nano} remember the cursor position when you close a file),
you will rarely need to specify a line number. you will rarely need to specify a line number.
@ -240,8 +241,8 @@ should be considered as parts of words. This overrides option
@item -Y @var{name} @item -Y @var{name}
@itemx --syntax=@var{name} @itemx --syntax=@var{name}
Specify a specific syntax from the nanorc files to use for highlighting. Specify the syntax to be used for highlighting.
See @xref{Syntax Highlighting}, for more info. @xref{Syntax Highlighting} for more info.
@item -c @item -c
@itemx --constantshow @itemx --constantshow
@ -545,7 +546,7 @@ and ^V (Page Down) keys. ^X exits the help system.
Toggles allow you to change on-the-fly certain aspects of the editor Toggles allow you to change on-the-fly certain aspects of the editor
which would normally be specified via command-line options. They are which would normally be specified via command-line options. They are
invoked via Meta-key sequences (see @xref{Commands}, for more info). invoked via Meta-key sequences (@pxref{Commands} for more info).
The following global toggles are available: The following global toggles are available:
@table @code @table @code
@ -581,8 +582,7 @@ toggles the @code{-N} (@code{--noconvert}) command-line option.
toggles the @code{-O} (@code{--morespace}) command-line option. toggles the @code{-O} (@code{--morespace}) command-line option.
@item Whitespace Display Toggle (Meta-P) @item Whitespace Display Toggle (Meta-P)
toggles the whitespace-display mode. toggles the whitespace-display mode (@pxref{Whitespace}).
See @xref{Whitespace}, for more info.
@item Tabs to Spaces Toggle (Meta-Q) @item Tabs to Spaces Toggle (Meta-Q)
toggles the @code{-E} (@code{--tabstospaces}) command-line option. toggles the @code{-E} (@code{--tabstospaces}) command-line option.
@ -594,8 +594,8 @@ toggles the @code{-S} (@code{--smooth}) command-line option.
toggles the @code{-x} (@code{--nohelp}) command-line option. toggles the @code{-x} (@code{--nohelp}) command-line option.
@item Color Syntax Highlighting Toggle (Meta-Y) @item Color Syntax Highlighting Toggle (Meta-Y)
toggles color syntax highlighting if you have color syntaxes in your toggles color syntax highlighting (if your nanorc defines syntaxes
nanorc. See @xref{Syntax Highlighting}, for more info. --- @pxref{Syntax Highlighting}).
@item Suspension Toggle (Meta-Z) @item Suspension Toggle (Meta-Z)
toggles the @code{-z} (@code{--suspend}) command-line option. toggles the @code{-z} (@code{--suspend}) command-line option.
@ -621,7 +621,7 @@ from @file{~/.nanorc}.
A nanorc file accepts a series of "set" and "unset" commands, which can A nanorc file accepts a series of "set" and "unset" commands, which can
be used to configure @code{nano} on startup without using command-line be used to configure @code{nano} on startup without using command-line
options. Additionally, there are some commands to define syntax highlighting options. Additionally, there are some commands to define syntax highlighting
and to rebind keys --- @xref{Syntax Highlighting}, and @xref{Rebinding Keys}. and to rebind keys --- @pxref{Syntax Highlighting} and @ref{Rebinding Keys}.
@code{nano} will read one command per line. @code{nano} will read one command per line.
Options in nanorc files take precedence over @code{nano}'s defaults, and Options in nanorc files take precedence over @code{nano}'s defaults, and
@ -1454,8 +1454,8 @@ browser is just a file browser, not a file manager.
Many options which alter the functionality of the program can be Many options which alter the functionality of the program can be
"toggled" on or off using Meta key sequences, meaning the program does "toggled" on or off using Meta key sequences, meaning the program does
not have to be restarted to turn a particular feature on or off. not have to be restarted to turn a particular feature on or off.
See the internal help function (^G) for a list of features that @xref{Feature Toggles} for a list of options that can be toggled.
can be toggled. Or see @xref{Feature Toggles} instead. Or see the list at the end the main internal help text (^G) instead.
@end table @end table
@ -1530,7 +1530,7 @@ option, which causes a file to be read into a separate buffer by default.
Disable support for reading the nanorc files at startup. With such Disable support for reading the nanorc files at startup. With such
support, you can store custom settings in a system-wide and a per-user support, you can store custom settings in a system-wide and a per-user
nanorc file rather than having to pass command-line options to get nanorc file rather than having to pass command-line options to get
the desired behavior. See @xref{Nanorc Files}, for more info. the desired behavior. @xref{Nanorc Files} for more info.
Disabling this also eliminates the @code{-I} and @code{-q} command-line Disabling this also eliminates the @code{-I} and @code{-q} command-line
options; the first inhibits the reading of nanorcfiles, and the second options; the first inhibits the reading of nanorcfiles, and the second
suppresses warnings about errors in those files. suppresses warnings about errors in those files.