From: Bruno Haible Date: Sat, 11 Oct 2008 16:33:34 +0000 (+0000) Subject: Update doc of po-mode key bindings. X-Git-Tag: v0.18~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b176d21902cb24a05b32faab246a10cf1d8d8b8f;p=thirdparty%2Fgettext.git Update doc of po-mode key bindings. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 40f142b64..36a6d66ba 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-10-10 Noritada Kobayashi + + * gettext.texi (PO Mode): Update remaining obsolete key bindings used + in the version 0.10.x era. + 2008-10-04 Bruno Haible * gettext.texi (PO Files): Mention the 'range:' flag syntax. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 5f4676196..cb3b4a8af 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -3291,7 +3291,7 @@ Batch validate the format of the whole PO file (@code{po-validate}). @efindex po-undo@r{, PO Mode command} The command @kbd{_} (@code{po-undo}) interfaces to the Emacs @emph{undo} facility. @xref{Undo, , Undoing Changes, emacs, The Emacs -Editor}. Each time @kbd{U} is typed, modifications which the translator +Editor}. Each time @kbd{_} is typed, modifications which the translator did to the PO file are undone a little more. For the purpose of undoing, each PO mode command is atomic. This is especially true for the @kbd{@key{RET}} command: the whole edition made by using a single @@ -3685,13 +3685,13 @@ has to be later revisited. So, some commands are more specifically related to fuzzy entry processing. @table @kbd -@item z -@efindex z@r{, PO Mode command} +@item f +@efindex f@r{, PO Mode command} @c better append "-entry" all the time. -ke- Find the next fuzzy entry (@code{po-next-fuzzy-entry}). -@item Z -@efindex Z@r{, PO Mode command} +@item F +@efindex F@r{, PO Mode command} Find the previous fuzzy entry (@code{po-previous-fuzzy-entry}). @item @key{TAB} @@ -3700,11 +3700,11 @@ Remove the fuzzy attribute of the current entry (@code{po-unfuzzy}). @end table -@efindex z@r{, PO Mode command} +@efindex f@r{, PO Mode command} @efindex po-next-fuzzy-entry@r{, PO Mode command} -@efindex Z@r{, PO Mode command} +@efindex F@r{, PO Mode command} @efindex po-previous-fuzzy-entry@r{, PO Mode command} -The commands @kbd{z} (@code{po-next-fuzzy-entry}) and @kbd{Z} +The commands @kbd{f} (@code{po-next-fuzzy-entry}) and @kbd{F} (@code{po-previous-fuzzy-entry}) move forwards or backwards, chasing for a fuzzy entry. If none is found, the search is extended and wraps around in the PO file buffer.