1
1

still more miscellaneous minor fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3385 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2006-04-16 20:40:29 +00:00
родитель 73ff694ce1
Коммит b1bf7cf791

Просмотреть файл

@ -96,8 +96,8 @@ internationalization support, and filename tab completion.
The original goal for @code{nano} was a complete bug-for-bug compatible The original goal for @code{nano} was a complete bug-for-bug compatible
emulation of Pico, but @code{nano}'s main goal is to be as compatible as emulation of Pico, but @code{nano}'s main goal is to be as compatible as
possible while offering a superset of Pico's functionality. Also see possible while offering a superset of Pico's functionality. See
@xref{Pico Compatibility}, for other differences. @xref{Pico Compatibility}, for more info.
Email bug reports to @email{nano@@nano-editor.org}. Email bug reports to @email{nano@@nano-editor.org}.
@ -324,15 +324,15 @@ yet been named. The section on the right will display ``Modified'' if
the file has been modified since it was last saved or opened. the file has been modified since it was last saved or opened.
Special modes: When @code{nano} is in ``File browser'' mode, the center Special modes: When @code{nano} is in ``File browser'' mode, the center
section will display the current directory instead of the filename. section will display the current directory instead of the filename. See
@xref{The File Browser}. @xref{The File Browser}, for more info.
@node The Statusbar, Shortcut Lists, The Titlebar, Editor Basics @node The Statusbar, Shortcut Lists, The Titlebar, Editor Basics
@section The Statusbar @section The Statusbar
The statusbar is located three lines from the bottom of the screen (or The statusbar is located three lines from the bottom of the screen, or
the bottom line in Expert Mode. @xref{Expert Mode}, for more info). It the bottom line in Expert Mode. See @xref{Expert Mode}, for more info.
shows important and informational messages. Any error messages that It shows important and informational messages. Any error messages that
occur from using the editor will appear on the statusbar. Any questions occur from using the editor will appear on the statusbar. Any questions
that are asked of the user will be asked on the statusbar, and any user that are asked of the user will be asked on the statusbar, and any user
input (search strings, file names, etc.) will be input on the statusbar. input (search strings, file names, etc.) will be input on the statusbar.
@ -357,7 +357,7 @@ and ^V (Page Down) keys. ^X exits the help system.
Toggles allow you to change certain aspects of the editor that Toggles allow you to change certain aspects of the editor that
would normally be done via command line options. They are invoked via would normally be done via command line options. They are invoked via
certain Meta key sequences. @xref{Special Functions}, for more info. certain Meta key sequences. See @xref{Special Functions}, for more info.
The following global toggles are available: The following global toggles are available:
@table @code @table @code
@ -461,8 +461,8 @@ 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 of the editor on not have to be restarted to turn a particular feature of the editor on
or off. Please see the internal help function (^G) for a list of what or off. Please see the internal help function (^G) for a list of what
functions can be toggled for a particular version of @code{nano}. Also functions can be toggled for a particular version of @code{nano}. See
see @xref{Feature Toggles}, though this may be out of date. @xref{Feature Toggles}, for more info.
@item Cursor Position Display @item Cursor Position Display
The output of the "Display Cursor Position" in @code{nano} displays The output of the "Display Cursor Position" in @code{nano} displays