1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 17:32:38 +01:00

Fix typo in 'encoding' help description (Daniel Hahler).

This commit is contained in:
Doug Kearns
2009-05-01 10:25:08 +10:00
parent 6b9564635a
commit 42fba96bdf
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ section:Options[option-index]
||'complete'|| Items which are completed at the [c]:[tab]open[c] prompt +
||'defsearch'|| Set the default search engine +
||'editor'|| Set the external text editor +
||'encoding'|| Changes the character encodign of the current buffer +
||'encoding'|| Changes the character encoding of the current buffer +
||'errorbells'|| Ring the bell when an error message is displayed +
||'eventignore'|| List of autocommand event names which should be ignored +
||'exrc'|| Allow reading of an RC file in the current directory +

View File

@@ -310,7 +310,7 @@ ____
|\'enc'| |\'encoding'|
||'encoding'|| string (default: "UTF-8")
____
Changes the character encodign of the current buffer. Valid only for the
Changes the character encoding of the current buffer. Valid only for the
current page.
____