1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-05 04:25:46 +01:00

normalize capitalization of "Note:" in help files

This commit is contained in:
Doug Kearns
2008-08-08 07:10:08 +00:00
parent 03d030db9e
commit abb834f96f
2 changed files with 5 additions and 5 deletions

View File

@@ -362,7 +362,7 @@ ____
||'incsearch' 'is'|| boolean (default: on) ||'incsearch' 'is'|| boolean (default: on)
____ ____
Show where the search pattern matches as it is typed. + Show where the search pattern matches as it is typed. +
NOTE: Incremental searching currently only works in the forward direction. Note: Incremental searching currently only works in the forward direction.
____ ____
@@ -386,7 +386,7 @@ Determines when the last window will have a status line. Possible values:
*2* always *2* always
-------------------------------------- --------------------------------------
NOTE: laststatus=1 not implemented yet. Note: laststatus=1 not implemented yet.
____ ____
@@ -486,7 +486,7 @@ they always open in a new tab. Possible values:
*4* Open in the same tab unless it has a specific requested size *4* Open in the same tab unless it has a specific requested size
----------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------
NOTE: This option does not change the popup blocker of Firefox in any way. Note: This option does not change the popup blocker of Firefox in any way.
____ ____
@@ -507,7 +507,7 @@ ____
//Default height for preview window //Default height for preview window
// //
//Value must be between 1 and 50. If the value is too high, completions may cover the command-line. Close the preview window with :pclose. //Value must be between 1 and 50. If the value is too high, completions may cover the command-line. Close the preview window with :pclose.
//NOTE: Option currently disabled //Note: Option currently disabled
//____ //____
|\'previouspattern'| |\'previouspattern'|

View File

@@ -173,7 +173,7 @@ ________________________________________________________________________________
Search backwards for {pattern}. Search backwards for {pattern}.
{pattern} can use the same modifiers as for [m]/[m]. + {pattern} can use the same modifiers as for [m]/[m]. +
NOTE: incremental searching currently only works in the forward direction. Note: incremental searching currently only works in the forward direction.
________________________________________________________________________________ ________________________________________________________________________________